Skip to content

Instantly share code, notes, and snippets.

@FineLineAutomation
Created February 13, 2014 15:21
Show Gist options
  • Save FineLineAutomation/8976979 to your computer and use it in GitHub Desktop.
Save FineLineAutomation/8976979 to your computer and use it in GitHub Desktop.
Nathans-iMac:spree_editor nate$ bundle exec rake test_app
Generating dummy Rails application...
rake aborted!
uninitialized constant RSpec::Matchers
/Users/nate/Projects/Websites/spree_editor/spec/dummy/config/application.rb:5:in `<top (required)>'
/Users/nate/Projects/Websites/spree_editor/spec/dummy/Rakefile:4:in `require'
/Users/nate/Projects/Websites/spree_editor/spec/dummy/Rakefile:4:in `<top (required)>'
/Users/nate/.rvm/gems/ruby-1.9.3-p286@global/bin/ruby_noexec_wrapper:14:in `eval'
/Users/nate/.rvm/gems/ruby-1.9.3-p286@global/bin/ruby_noexec_wrapper:14:in `<main>'
(See full trace by running task with --trace)
Setting up dummy database...
rake aborted!
uninitialized constant RSpec::Matchers
/Users/nate/Projects/Websites/spree_editor/spec/dummy/config/application.rb:5:in `<top (required)>'
/Users/nate/Projects/Websites/spree_editor/spec/dummy/Rakefile:4:in `require'
/Users/nate/Projects/Websites/spree_editor/spec/dummy/Rakefile:4:in `<top (required)>'
/Users/nate/.rvm/gems/ruby-1.9.3-p286@global/bin/ruby_noexec_wrapper:14:in `eval'
/Users/nate/.rvm/gems/ruby-1.9.3-p286@global/bin/ruby_noexec_wrapper:14:in `<main>'
(See full trace by running task with --trace)
Running extension installation generator...
append vendor/assets/javascripts/spree/backend/all.js
insert vendor/assets/stylesheets/spree/backend/all.css
create config/tinymce.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment