Skip to content

Instantly share code, notes, and snippets.

@matthewbarram
Created April 26, 2014 12:03
Show Gist options
  • Save matthewbarram/11318439 to your computer and use it in GitHub Desktop.
Save matthewbarram/11318439 to your computer and use it in GitHub Desktop.
➜ myflix git:(carrierwave_setup) ✗ rspec
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
...............................2014-04-26T11:52:55Z 29008 TID-ovtc18gk4 INFO: Sidekiq client with redis options {}
.................................................................................................................................................
Finished in 11.95 seconds
176 examples, 0 failures
Randomized with seed 21034
➜ myflix git:(carrierwave_setup) ✗ bundle
Fetching gem metadata from https://rubygems.org/......
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "excon":
In snapshot (Gemfile.lock):
excon (0.33.0)
In Gemfile:
fog (~> 1.3.1) ruby depends on
excon (~> 0.13.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
➜ myflix git:(carrierwave_setup) ✗ bundle update
Fetching gem metadata from https://rubygems.org/......
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.3.1)
Using i18n (0.6.9)
Using json (1.8.1)
Using minitest (5.3.3)
Using thread_safe (0.3.3)
Using tzinfo (1.1.0)
Using activesupport (4.1.0)
Using builder (3.2.2)
Using erubis (2.7.0)
Using actionview (4.1.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.1.0)
Using actionmailer (0.6.1)
Using activemodel (4.1.0)
Using arel (5.0.1.20140414130214)
Using activerecord (4.1.0)
Using addressable (2.3.6)
Using bcrypt-ruby (3.1.2)
Using coderay (1.1.0)
Using better_errors (1.1.0)
Using debug_inspector (0.0.2)
Using binding_of_caller (0.7.2)
Using sass (3.2.19)
Using bootstrap-sass (3.1.1.1)
Using bootstrap_form (2.1.1)
Using mime-types (2.2)
Using nokogiri (1.5.11)
Using xpath (2.0.0)
Using capybara (2.2.1)
Using polyglot (0.3.4)
Using treetop (1.5.3)
Using mail (2.2.7)
Using capybara-email (2.3.0)
Using carrierwave (0.10.0)
Using timers (1.1.0)
Using celluloid (0.15.2)
Using ffi (1.9.3)
Using childprocess (0.5.3)
Using coffee-script-source (1.7.0)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using thor (0.19.1)
Using railties (4.1.0)
Using coffee-rails (4.0.1)
Using connection_pool (2.0.0)
Using daemons (1.1.9)
Using database_cleaner (1.2.0)
Using diff-lcs (1.2.5)
Using eventmachine (1.0.3)
Using excon (0.13.4)
Using fabrication (2.11.1)
Using faker (1.3.0)
Using multipart-post (2.0.0)
Using faraday (0.9.0)
Using formatador (0.2.4)
Using multi_json (1.9.2)
Using net-ssh (2.8.0)
Using net-scp (1.0.4)
Using ruby-hmac (0.4.0)
Using fog (1.3.1)
Using tilt (1.4.1)
Using haml (4.0.5)
Using haml-rails (0.5.3)
Using hashie (2.1.1)
Using heroku-api (0.2.1)
Using hike (1.2.3)
Using htmlbeautifier (0.0.9)
Using jquery-rails (3.1.0)
Using kgio (2.9.2)
Using launchy (2.4.2)
Using letter_opener (1.2.0)
Using method_source (0.8.2)
Using paratrooper (0.0.5)
Using slop (3.5.0)
Using pry (0.9.12.6)
Using pry-nav (0.2.3)
Using rails (0.9.5)
Using raindrops (0.13.0)
Using redis (3.0.7)
Using redis-namespace (1.4.1)
Using rspec-support (3.0.0.beta2)
Using rspec-expectations (3.0.0.beta2)
Using rspec-collection_matchers (0.0.4)
Using rspec-core (3.0.0.beta2)
Using rspec-mocks (3.0.0.beta2)
Using rspec-rails (3.0.0.beta2)
Using rubyzip (1.1.3)
Using sprockets (2.11.0)
Using sprockets-rails (2.1.3)
Using sass-rails (4.0.3)
Using websocket (1.0.7)
Using selenium-webdriver (2.41.0)
Using uuidtools (2.1.4)
Using sentry-raven (0.8.0)
Using shoulda-matchers (2.6.0)
Using sidekiq (3.0.0)
Using sqlite3 (1.3.9)
Using thin (1.6.2)
Using uglifier (2.5.0)
Using unicorn (4.8.2)
Using bundler (1.5.2)
Your bundle is updated!
Gems in the groups production and staging were not installed.
➜ myflix git:(carrierwave_setup) ✗ rspec
/Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie/configuration.rb:95:in `method_missing': undefined method `action_mailer' for #<Rails::Application::Configuration:0x007fd5cae7f430> (NoMethodError)
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/config/environments/test.rb:16:in `block in <top (required)>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie.rb:210:in `instance_eval'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie.rb:210:in `configure'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie.rb:182:in `configure'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/config/environments/test.rb:1:in `<top (required)>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/activesupport-4.1.0/lib/active_support/dependencies.rb:247:in `require'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/activesupport-4.1.0/lib/active_support/dependencies.rb:247:in `block in require'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/activesupport-4.1.0/lib/active_support/dependencies.rb:232:in `load_dependency'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/activesupport-4.1.0/lib/active_support/dependencies.rb:247:in `require'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/engine.rb:594:in `block (2 levels) in <class:Engine>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/engine.rb:593:in `each'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/engine.rb:593:in `block in <class:Engine>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:30:in `instance_exec'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:30:in `run'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:55:in `block in run_initializers'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:150:in `block in tsort_each'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:183:in `block (2 levels) in each_strongly_connected_component'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:210:in `block (2 levels) in each_strongly_connected_component_from'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:219:in `each_strongly_connected_component_from'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:209:in `block in each_strongly_connected_component_from'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:44:in `each'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:44:in `tsort_each_child'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:203:in `each_strongly_connected_component_from'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:182:in `block in each_strongly_connected_component'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:180:in `each'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:180:in `each_strongly_connected_component'
from /Users/matthewbarram/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tsort.rb:148:in `tsort_each'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/initializable.rb:54:in `run_initializers'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/application.rb:288:in `initialize!'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie.rb:194:in `public_send'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/railties-4.1.0/lib/rails/railtie.rb:194:in `method_missing'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/config/environment.rb:5:in `<top (required)>'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/spec/spec_helper.rb:3:in `require'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/spec/spec_helper.rb:3:in `<top (required)>'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/spec/controllers/admin_videos_controller_spec.rb:1:in `require'
from /Users/matthewbarram/Dropbox (Personal)/Personal/Education/GoTeaLeaf/rails_3/myflix/spec/controllers/admin_videos_controller_spec.rb:1:in `<top (required)>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/configuration.rb:932:in `load'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/configuration.rb:932:in `block in load_spec_files'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/configuration.rb:932:in `each'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/configuration.rb:932:in `load_spec_files'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/command_line.rb:21:in `run'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/runner.rb:100:in `run'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/lib/rspec/core/runner.rb:31:in `invoke'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/gems/rspec-core-3.0.0.beta2/exe/rspec:4:in `<top (required)>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/bin/rspec:23:in `load'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/bin/rspec:23:in `<main>'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/bin/ruby_executable_hooks:15:in `eval'
from /Users/matthewbarram/.rvm/gems/ruby-2.0.0-p247@myflix/bin/ruby_executable_hooks:15:in `<main>'
➜ myflix git:(carrierwave_setup) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment