Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined method `fixtures' for TarantulaTest:Class #34

Open
AlexEscalante opened this issue Jul 26, 2013 · 0 comments
Open

undefined method `fixtures' for TarantulaTest:Class #34

AlexEscalante opened this issue Jul 26, 2013 · 0 comments

Comments

@AlexEscalante
Copy link

I am trying to setup Tarantula in a Rails 3.1.3 project. like this:

group :development, :test do
 ...
  gem 'tarantula', :require => 'tarantula-rails3'
end

Initially I found an error where the Tarantula rake file would not work due to a missing:

require 'rake/testtask'

... so I copied the contents of the rake file and made my own local rake task adding the require but now I get this error on the generated test, so I better ask!

tarantula_test.rb:9:in `<class:TarantulaTest>': undefined method `fixtures' for TarantulaTest:Class (NoMethodError)

Thanks,
Alex Escalante

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant