Created
February 13, 2014 15:21
-
-
Save FineLineAutomation/8976979 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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