Skip to content

Commit

Permalink
Remove assertion on date from humans.txt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 14, 2012
1 parent e7a83df commit f4c8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/app_generator_test.rb
Expand Up @@ -380,7 +380,7 @@ def test_pretend_option
def test_humans_txt_file
date = Date.today.strftime("%B %d, %Y")
run_generator [File.join(destination_root, 'things-43')]
assert_file "things-43/public/humans.txt", /Name: Things43/, /Software: Ruby on Rails/, /Date Created: #{date}/
assert_file "things-43/public/humans.txt", /Name: Things43/, /Software: Ruby on Rails/
end

protected
Expand Down

0 comments on commit f4c8f8c

Please sign in to comment.