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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
+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'