Skip to content

Instantly share code, notes, and snippets.

@Fivell
Created January 30, 2017 23:34
Show Gist options
  • Save Fivell/d4247d6aa40e3b60398d10a133596d5c to your computer and use it in GitHub Desktop.
Save Fivell/d4247d6aa40e3b60398d10a133596d5c to your computer and use it in GitHub Desktop.
rake_test.log
Coverage report generated for RSpec to /Users/igor/Projects/ruby/gems/activeadmin/coverage. 3614 / 4020 LOC (89.9%) covered.
/Users/igor/.rvm/rubies/ruby-2.2.2/bin/ruby -I/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.5.4/lib:/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/rspec-support-3.5.0/lib /Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/rspec-core-3.5.4/exe/rspec --pattern spec/requests/\*\*/\*_spec.rb
Run options:
include {:focus=>true}
exclude {:skip=>true}
All examples were filtered out; ignoring {:focus=>true}
......Running JSLint:
No JS errors found.
.....
Finished in 4.52 seconds (files took 4.44 seconds to load)
11 examples, 0 failures
Coverage report generated for RSpec to /Users/igor/Projects/ruby/gems/activeadmin/coverage. 2016 / 3651 LOC (55.22%) covered.
/Users/igor/.rvm/rubies/ruby-2.2.2/bin/ruby -I "/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/cucumber-1.3.20/lib:lib" "/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/cucumber-1.3.20/bin/cucumber" --profile default
Using the default profile...
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
246 scenarios (246 passed)
1697 steps (1697 passed)
2m18.557s
Coverage report generated for Cucumber Features, RSpec to /Users/igor/Projects/ruby/gems/activeadmin/coverage. 3707 / 3997 LOC (92.74%) covered.
/Users/igor/.rvm/rubies/ruby-2.2.2/bin/ruby -I "/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/cucumber-1.3.20/lib:lib" "/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/cucumber-1.3.20/bin/cucumber" --profile class-reloading
rails aborted!
ActiveRecord::NoEnvironmentInSchemaError:
Environment data not found in the schema. To resolve this issue, run:
bin/rails db:environment:set RAILS_ENV=test
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/migration.rb:1257:in `last_stored_environment'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/tasks/database_tasks.rb:48:in `check_protected_environments!'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/railties/databases.rake:11:in `block (2 levels) in <top (required)>'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/railties/databases.rake:375:in `block (3 levels) in <top (required)>'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/rake_proxy.rb:14:in `block in run_rake_task'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/rake_proxy.rb:11:in `run_rake_task'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:51:in `run_command!'
/Users/igor/Projects/ruby/gems/activeadmin/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands.rb:18:in `<top (required)>'
bin/rails:4:in `require'
bin/rails:4:in `<main>'
Tasks: TOP => db:test:load => db:test:purge => db:check_protected_environments
(See full trace by running task with --trace)
WARNING: You have set Rails' config.cache_classes to false (most likely in config/environments/cucumber.rb). This setting is known to cause problems with database transactions. Set config.cache_classes to true if you want to use transactions.
Using the class-reloading profile...
...........
1 scenario (1 passed)
11 steps (11 passed)
0m1.498s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment