Hi

Trying to use camping-test with my camping app but I get an error:
undefined method `fixtures'

The error can be reproduced by using this empty app (your_app.rb):

require 'camping'
Camping.goes :YourApp
module Steps
  module Models
  end
  module Controllers
  end
  module Views
  end
end

And running the test from camping-test:
http://github.com/judofyr/camping-test/tree/master

I just run:
# ruby test_your_app.rb
test_your_app.rb:7: undefined method `fixtures' for YourApp::Tests::TestSomeBasicStuff:Class (NoMethodError)

camping-1.9.300
activesupport-2.3.2
activerecord-2.3.2
camping-test

Is anyone using this successfully?

Regards,
Mikkel

_______________________________________________
Camping-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to