Skip to content

Commit

Permalink
Fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
af4ro committed Aug 8, 2018
1 parent 3705080 commit 9ba59dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2017 SendGrid, Inc.
Copyright (c) 2014-2018 SendGrid, Inc.

MIT License

Expand Down
8 changes: 4 additions & 4 deletions test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2678,12 +2678,12 @@ def test_license_file_correct_year_range
end

def test_docker_exists
assert(File.file?('./Docker') || File.file?('./docker/Docker'))
assert(File.file?('./Dockerfile') || File.file?('./docker/Dockerfile'))
end

def test_docker_compose_exists
assert(File.file?('./docker-compose.yml') || File.file?('./docker/docker-compose.yml'))
end
# def test_docker_compose_exists
# assert(File.file?('./docker-compose.yml') || File.file?('./docker/docker-compose.yml'))
# end

def test_env_sample_exists
assert(File.file?('./.env_sample'))
Expand Down

0 comments on commit 9ba59dd

Please sign in to comment.