Skip to content

Commit

Permalink
Fix incorrect case for filename in EddyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Nov 26, 2019
1 parent 637ede9 commit 9224260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eddy/eddy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_that_versions_match

def test_readme_links_to_correct_version
search_string = "[docs]: https://www.rubydoc.info/gems/eddy/#{Eddy::VERSION}"
readme = File.read(File.join(Eddy.root_dir, "readme.md"))
readme = File.read(File.join(Eddy.root_dir, "README.md"))
assert(readme.include?(search_string))
end

Expand Down

0 comments on commit 9224260

Please sign in to comment.