Closed dre3k closed 13 years ago
A lot of apologies. It's totally my fault. I was playing around with barista specifications, and manually changed coffee-script dependency to version to 2.2.0.
Heh, no problem - I'll work shortly on updating barista to work with the newest version given it supports a lot more engines.
Hi, Darcy
I have very simple rails app:
Gemfile
Set up for rspec-rails and barista: $ rails generate rspec:install $ rails generate barista:install
Generate User scaffold and migrate db: $ rails generate scaffold user name:string $ rake db:migrate
I have app/coffeescripts/application.coffee with just one line:
app/coffeescripts/application.coffee
When I'm trying to run $ rspec spec/requests/users_spec.rb I get
NameError: uninitialized constant CoffeeScript::Engines
FCould you please suggest what to do to make rpsec work with barista.
Appreciate your help.