google-code-export / globalite

Automatically exported from code.google.com/p/globalite
1 stars 0 forks source link

rake db:migrate fails (sample app) #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\src\globalite-sample-app>rake db:migrate --trace
(in C:/src/globalite-sample-app)
rake aborted!
no such file to load -- spec/rake/spectask
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_re
quire'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
C:/src/globalite-sample-app/vendor/plugins/rspec_on_rails/tasks/rspec.rake:6
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `load'
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_re
quire'
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
C:/src/globalite-sample-app/rakefile:10
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in
`raw_load_rakefile
'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in
`standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7
c:/ruby/bin/rake.bat:20:in `load'
c:/ruby/bin/rake.bat:20

Original issue reported on code.google.com by flanz1...@gmail.com on 5 Jul 2007 at 10:23

GoogleCodeExporter commented 9 years ago
oops, it's requiring you to have Rspec install, I'll fix that asap. In the mean 
time,
you can do

sudo gem install rspec

and everything should work fine.

Matt

Original comment by mattAimo...@gmail.com on 5 Jul 2007 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by mattAimo...@gmail.com on 8 Jul 2007 at 5:25

GoogleCodeExporter commented 9 years ago
problem fixed by adding the rspec plugin - sorry about that.

Original comment by mattAimo...@gmail.com on 8 Jul 2007 at 6:09