ruby on rails - Unable to run Rake tasks, ci_reporter dependency missing -


i unable rake tasks within rails project. attempt results in following error, stating cannot locate rspec file ci_reporter:

rake aborted! loaderror: cannot load such file -- ci/reporter/rake/rspec /users/blake/.rvm/gems/ruby-2.0.0-p643/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' /users/blake/.rvm/gems/ruby-2.0.0-p643/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' /users/blake/.rvm/gems/ruby-2.0.0-p643/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' /users/blake/.rvm/gems/ruby-2.0.0-p643/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' /users/blake/workspaces/ruby/minestatus/rakefile:6:in `<top (required)>' /users/blake/.rvm/gems/ruby-2.0.0-p643/bin/ruby_executable_hooks:15:in `eval' 

i have made following attempts reset environment working state:

  • installing newest ci_reporter gem github
  • deleting gemfile.lock , re-running bundle install
  • reinstalling ruby 2.0.0 using rvm

unfortunately none of above things have helped me solve issue. able run rake tasks in other rails projects, not in one. rake tasks used run fine, , i'm not sure changes could've made break things. have idea of can rake tasks run again?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -