1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix an error in example in methods of instanciated fixtures.

This commit is contained in:
Geoffrey Roguelon 2012-05-15 09:40:03 +02:00
parent fc0391ff7d
commit 1f62b12662

View file

@ -83,7 +83,7 @@ module ActiveRecord
# end # end
# #
# test "find_alt_method_2" do # test "find_alt_method_2" do
# assert_equal "Ruby on Rails", @rubyonrails.news # assert_equal "Ruby on Rails", @rubyonrails.name
# end # end
# #
# In order to use these methods to access fixtured data within your testcases, you must specify one of the # In order to use these methods to access fixtured data within your testcases, you must specify one of the