File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016-2017 SendGrid, Inc.
3+ Copyright (c) 2016-2018 SendGrid, Inc.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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
217217 ENV . delete ( 'http_proxy' )
218218 end
219219
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
223223
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
227227
228228 def test_env_sample_exists
229229 assert ( File . file? ( './.env_sample' ) )
@@ -273,13 +273,13 @@ def test_troubleshooting_exists
273273 assert ( File . file? ( './TROUBLESHOOTING.md' ) )
274274 end
275275
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
279279
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
283283
284284 def test_license_date_is_updated
285285 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