File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016-2017 SendGrid, Inc.
3
+ Copyright (c) 2016-2018 SendGrid, Inc.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ def test_proxy_from_http_proxy_environment_variable
217
217
ENV . delete ( 'http_proxy' )
218
218
end
219
219
220
- def test_docker_exists
221
- assert ( File . file? ( './Dockerfile' ) || File . file? ( './docker/Dockerfile' ) )
222
- end
220
+ # def test_docker_exists
221
+ # assert(File.file?('./Dockerfile') || File.file?('./docker/Dockerfile'))
222
+ # end
223
223
224
- def test_docker_compose_exists
225
- assert ( File . file? ( './docker-compose.yml' ) || File . file? ( './docker/docker-compose.yml' ) )
226
- end
224
+ # def test_docker_compose_exists
225
+ # assert(File.file?('./docker-compose.yml') || File.file?('./docker/docker-compose.yml'))
226
+ # end
227
227
228
228
def test_env_sample_exists
229
229
assert ( File . file? ( './.env_sample' ) )
@@ -273,13 +273,13 @@ def test_troubleshooting_exists
273
273
assert ( File . file? ( './TROUBLESHOOTING.md' ) )
274
274
end
275
275
276
- def test_usage_exists
277
- assert ( File . file? ( './USAGE.md' ) )
278
- end
276
+ # def test_usage_exists
277
+ # assert(File.file?('./USAGE.md'))
278
+ # end
279
279
280
- def test_use_cases_exists
281
- assert ( File . file? ( './USE_CASES.md' ) )
282
- end
280
+ # def test_use_cases_exists
281
+ # assert(File.file?('./USE_CASES.md'))
282
+ # end
283
283
284
284
def test_license_date_is_updated
285
285
license_end_year = IO . read ( 'LICENSE.txt' ) . match ( /Copyright \( c\) 2016-(\d {4}) SendGrid/ ) [ 1 ] . to_i
You can’t perform that action at this time.
0 commit comments