jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

unable to launch teaspoon #300

Closed pduvvuri closed 9 years ago

pduvvuri commented 9 years ago

bundle exec teaspoon .../spec/teaspoon_env.rb:7:in <top (required)>': undefined methodconfigure' for Teaspoon:Module (NoMethodError) with latest rails

jejacks0n commented 9 years ago

looks like teaspoon isn't loaded in your environment. configure is defined on the base Teaspoon module, and if for some reason you're not loading that (you've only loaded teaspoon in your test group for instance) it won't be defined.