Skip to content

Instantly share code, notes, and snippets.

@waltz
Last active November 25, 2015 04:37
Show Gist options
  • Select an option

  • Save waltz/175a9ad1b134898955f9 to your computer and use it in GitHub Desktop.

Select an option

Save waltz/175a9ad1b134898955f9 to your computer and use it in GitHub Desktop.

Revisions

  1. waltz revised this gist Nov 25, 2015. No changes.
  2. waltz renamed this gist Nov 25, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. waltz created this gist Nov 20, 2015.
    30 changes: 30 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    $ bundle exec rspec
    WARNING: Nokogiri was built against LibXML version 2.9.0, but has dynamically loaded 2.8.0
    /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/integrations/libraries/rails.rb:20:in `integrate_with': uninitialized constant ActiveSupport::TestCase (NameError)
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/integrations/configuration.rb:48:in `block (2 levels) in apply'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/2.2.0/set.rb:283:in `each_key'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/2.2.0/set.rb:283:in `each'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/integrations/configuration.rb:48:in `block in apply'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/2.2.0/set.rb:283:in `each_key'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/2.2.0/set.rb:283:in `each'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/integrations/configuration.rb:46:in `apply'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/integrations/configuration.rb:9:in `apply'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/configuration.rb:16:in `integrate'
    from /Users/minifast/workspace/hackster/spec/spec_helper.rb:23:in `block in <top (required)>'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/shoulda-matchers-3.0.1/lib/shoulda/matchers/configuration.rb:5:in `configure'
    from /Users/minifast/workspace/hackster/spec/spec_helper.rb:22:in `<top (required)>'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1280:in `require'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1280:in `block in requires='
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1280:in `each'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1280:in `requires='
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration_options.rb:109:in `block in process_options_into'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration_options.rb:108:in `each'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration_options.rb:108:in `process_options_into'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration_options.rb:21:in `configure'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:101:in `setup'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:88:in `run'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:73:in `run'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:41:in `invoke'
    from /Users/minifast/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/exe/rspec:4:in `<top (required)>'
    from /Users/minifast/.rbenv/versions/2.2.2/bin/rspec:23:in `load'
    from /Users/minifast/.rbenv/versions/2.2.2/bin/rspec:23:in `<main>'