You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+Tommaso Villa +Sean McCleary it is the following line from your teaspoon installation module make the problem:
path = 'config/initializers/teaspoon.rb'
File.write(path, File.read(path).gsub('teaspoon-jasmine', 'teaspoon-qunit'))
Quick check with Teaspoon repo and knew that they have upgraded that file into specs/teaspoon_env.rb, make your command cannot work anymore
+Tommaso Villa +Sean McCleary it is the following line from your teaspoon installation module make the problem:
path = 'config/initializers/teaspoon.rb'
File.write(path, File.read(path).gsub('teaspoon-jasmine', 'teaspoon-qunit'))
Quick check with Teaspoon repo and knew that they have upgraded that file into specs/teaspoon_env.rb, make your command cannot work anymore
Errno::ENOENT: No such file or directory @ rb_sysopen - config/initializers/teaspoon.rb
https://raw2.github.com/mrinterweb/ember-rails-template/master/ember-template.rb:398:in `read'
The text was updated successfully, but these errors were encountered: