setup
with functional tests in Rails 2.0.2, you'll need to rename the setup
method to setup_with_fixtures
and call super
before running your setup code:
def setup_with_fixtures
super
# Set up code here
end
Tech Tidbits - Ruby, Ruby On Rails, Merb, .Net, Javascript, jQuery, Ajax, CSS...and other random bits and pieces.
No comments:
Post a Comment