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
$ bundle exec guard init
./vendor/bundle/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `read': No such file or directory @ rb_sysopen - ./vendor/bundle/gems/guard-mocha-node-0.0.6/lib/guard/mochanode/templates/Guardfile (Errno::ENOENT)
from ./vendor/bundle/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `template'
from ./vendor/bundle/gems/guard-2.2.5/lib/guard/plugin_util.rb:129:in `block i```
...
Relevant bit from guard 2.2.5 lib/guard/plugin/base.rb:34:
# Returns the non-namespaced name of the plugin### @example Non-namespaced name for Guard::RSpec# Guard::RSpec.non_namespaced_name# #=> "rspec"## @return [String]#defnon_namespaced_namenon_namespaced_classname.downcaseend# Specify the source for the Guardfile template.# Each Guard plugin can redefine this method to add its own logic.## @param [String] plugin_location the plugin location#deftemplate(plugin_location)File.read("#{plugin_location}/lib/guard/#{non_namespaced_name}/templates/Guardfile")endend
The text was updated successfully, but these errors were encountered:
$ bundle exec guard init rails-assets
/home/user/.rvm/gems/ruby-2.0.0-p353@apx/gems/guard-2.3.0/lib/guard/plugin/base.rb:53:in `read': No such file or directory - /home/user/.rvm/gems/ruby-2.0.0-@APX@anon-ui-gu/gems/guard-rails-assets-0.1.5/lib/guard/railsassets/templates/Guardfile (Errno::ENOENT)
$bundle exec guard init rails_best_practices
/home/user/.rvm/gems/ruby-2.0.0-p353@apx/gems/guard-2.3.0/lib/guard/plugin/base.rb:53:in `read': No such file or directory - /home/jefferson/.rvm/gems/ruby-2.0.0-p353@apx/gems/guard-rails_best_practices-0.1.3/lib/guard/railsbestpractices/templates/Guardfile (Errno::ENOENT)
The error:
Relevant bit from guard 2.2.5
lib/guard/plugin/base.rb:34
:The text was updated successfully, but these errors were encountered: