Skip to content

Instantly share code, notes, and snippets.

@rdj
Created March 9, 2015 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdj/beb89f608c85efd95ee4 to your computer and use it in GitHub Desktop.
Save rdj/beb89f608c85efd95ee4 to your computer and use it in GitHub Desktop.
/Users/ryan/.rvm/rubies/ruby-2.2.1/bin/ruby -I/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib:/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-support-3.1.2/lib /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/exe/rspec --pattern spec/unit/\*\*/\*_spec.rb
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/application.html.erb
create app/mailers/.gitkeep
create app/models/.gitkeep
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/secret_token.rb
create config/initializers/session_store.rb
create config/initializers/wrap_parameters.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create doc
create doc/README_FOR_APP
create lib
create lib/tasks
create lib/tasks/.gitkeep
create lib/assets
create lib/assets/.gitkeep
create log
create log/.gitkeep
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/index.html
create public/robots.txt
create script
create script/rails
create test/fixtures
create test/fixtures/.gitkeep
create test/functional
create test/functional/.gitkeep
create test/integration
create test/integration/.gitkeep
create test/unit
create test/unit/.gitkeep
create test/performance/browsing_test.rb
create test/test_helper.rb
create tmp/cache
create tmp/cache/assets
create vendor/assets/javascripts
create vendor/assets/javascripts/.gitkeep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.gitkeep
create vendor/plugins
create vendor/plugins/.gitkeep
apply /Users/ryan/projects/activeadmin/spec/support/rails_template.rb
run rm Gemfile from "."
run rm -r test from "."
create config/environments/cucumber.rb
create config/environments/cucumber_with_reloading.rb
gsub config/database.yml
gsub config/database.yml
gsub config/database.yml
generate model
/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
DEPRECATION WARNING: Support for Rails < 4.1.0 will be dropped. (called from warn at /Users/ryan/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/forwardable.rb:183)
/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- test/unit/testcase (LoadError)
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/test_case.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:5:in `<module:Matchers>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:2:in `<module:Shoulda>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda-matchers.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:76:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:72:in `each'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:72:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:61:in `each'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:61:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler.rb:134:in `require'
from /Users/ryan/projects/activeadmin/spec/rails/rails-3.2.21/config/application.rb:7:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/railties-3.2.21/lib/rails/commands.rb:24:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/railties-3.2.21/lib/rails/commands.rb:24:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
insert app/models/post.rb
The template [/Users/ryan/projects/activeadmin/spec/support/rails_template.rb] could not be loaded. Error: No such file or directory @ rb_sysopen - /Users/ryan/projects/activeadmin/spec/rails/rails-3.2.21/app/models/post.rb
/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
DEPRECATION WARNING: Support for Rails < 4.1.0 will be dropped. (called from warn at /Users/ryan/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/forwardable.rb:183)
/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- test/unit/testcase (LoadError)
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/test_case.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:5:in `<module:Matchers>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:2:in `<module:Shoulda>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/assertion_error.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/shoulda-matchers-2.8.0/lib/shoulda-matchers.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:76:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:72:in `each'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:72:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:61:in `each'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler/runtime.rb:61:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.3/lib/bundler.rb:134:in `require'
from /Users/ryan/projects/activeadmin/spec/rails/rails-3.2.21/config/application.rb:7:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/projects/activeadmin/spec/rails/rails-3.2.21/config/environment.rb:2:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require'
from /Users/ryan/projects/activeadmin/spec/rails_helper.rb:106:in `<top (required)>'
from /Users/ryan/projects/activeadmin/spec/unit/abstract_view_factory_spec.rb:1:in `require'
from /Users/ryan/projects/activeadmin/spec/unit/abstract_view_factory_spec.rb:1:in `<top (required)>'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `load'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `block in load_spec_files'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `each'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `load_spec_files'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:96:in `setup'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:84:in `run'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:69:in `run'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:37:in `invoke'
from /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/exe/rspec:4:in `<main>'
Coverage report generated for RSpec to /Users/ryan/projects/activeadmin/coverage. 1166 / 2652 LOC (43.97%) covered.
/Users/ryan/.rvm/rubies/ruby-2.2.1/bin/ruby -I/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/lib:/Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-support-3.1.2/lib /Users/ryan/.rvm/gems/ruby-2.2.1@activeadmin/gems/rspec-core-3.1.7/exe/rspec --pattern spec/unit/\*\*/\*_spec.rb failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment