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:
parent
fc0391ff7d
commit
1f62b12662
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module ActiveRecord
|
|||
# end
|
||||
#
|
||||
# test "find_alt_method_2" do
|
||||
# assert_equal "Ruby on Rails", @rubyonrails.news
|
||||
# assert_equal "Ruby on Rails", @rubyonrails.name
|
||||
# end
|
||||
#
|
||||
# In order to use these methods to access fixtured data within your testcases, you must specify one of the
|
||||
|
|
Loading…
Reference in a new issue