Skip to content

Instantly share code, notes, and snippets.

@thavelick
Created March 1, 2015 00:43
Show Gist options
  • Save thavelick/383539149fec74d94eec to your computer and use it in GitHub Desktop.
Save thavelick/383539149fec74d94eec to your computer and use it in GitHub Desktop.
shoulda-matchers Acceptance tests fail
tristan@mir ~/Projects/shoulda-matchers [master]
± % rvm use 2.2.0 !10188
Using /Users/tristan/.rvm/gems/ruby-2.2.0
tristan@mir ~/Projects/shoulda-matchers [master]
± % bundle && bundle exec rake !10189
Using rake 10.4.2
Using bundler 1.8.3
Using thor 0.19.1
Using appraisal 1.0.2
Using coderay 1.1.0
Using diff-lcs 1.2.5
Using method_source 0.8.2
Using posix-spawn 0.3.8
Using slop 3.6.0
Using pry 0.10.1
Using pry-nav 0.2.4
Using yajl-ruby 1.1.0
Using pygments.rb 0.3.7
Using redcarpet 3.0.0
Using rspec-support 3.2.1
Using rspec-core 3.2.0
Using rspec-expectations 3.2.0
Using watchr 0.7
Using yard 0.8.7.3
Bundle complete! 10 Gemfile dependencies, 19 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
>> bundle check --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.0.0.gemfile' || bundle install --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.0.0.gemfile'
The following gems are missing
* i18n (0.7.0)
* minitest (4.7.5)
* multi_json (1.10.1)
* thread_safe (0.3.4)
* tzinfo (0.3.43)
* activesupport (4.0.0)
* builder (3.1.4)
* erubis (2.7.0)
* rack (1.5.2)
* rack-test (0.6.3)
* actionpack (4.0.0)
* mime-types (1.25.1)
* polyglot (0.3.5)
* treetop (1.4.15)
* mail (2.5.4)
* actionmailer (4.0.0)
* activemodel (4.0.0)
* activerecord-deprecated_finders (1.0.3)
* arel (4.0.2)
* activerecord (4.0.0)
* rails-observers (0.1.2)
* activeresource (4.0.0)
* ansi (1.4.3)
* thor (0.19.1)
* appraisal (1.0.2)
* bcrypt-ruby (3.0.1)
* coderay (1.1.0)
* coffee-script-source (1.9.0)
* execjs (2.3.0)
* coffee-script (2.3.0)
* railties (4.0.0)
* coffee-rails (4.0.1)
* diff-lcs (1.2.5)
* hashie (3.3.2)
* hike (1.2.3)
* jbuilder (1.5.3)
* jquery-rails (3.1.2)
* json (1.8.2)
* method_source (0.8.2)
* powerbar (1.0.11)
* minitest-reporters (0.14.24)
* pg (0.18.1)
* posix-spawn (0.3.9)
* protected_attributes (1.0.3)
* slop (3.6.0)
* pry (0.10.1)
* pry-nav (0.2.4)
* yajl-ruby (1.2.1)
* pygments.rb (0.6.2)
* tilt (1.4.1)
* sprockets (2.12.3)
* sprockets-rails (2.0.1)
* rails (4.0.0)
* redcarpet (3.2.2)
* rspec-support (3.2.1)
* rspec-core (3.2.0)
* rspec-expectations (3.2.0)
* rspec-mocks (3.2.0)
* rspec-rails (3.2.0)
* sass (3.2.19)
* sass-rails (4.0.5)
* sdoc (0.4.1)
* shoulda-context (1.2.1)
* spring (1.2.0)
* spring-commands-rspec (1.0.4)
* sqlite3 (1.3.10)
* turbolinks (2.5.3)
* uglifier (2.7.0)
* watchr (0.7)
* yard (0.8.7.6)
Install missing gems with `bundle install`
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Installing minitest 4.7.5
Installing i18n 0.7.0
Installing multi_json 1.10.1
Installing thread_safe 0.3.4
Installing builder 3.1.4
Installing tzinfo 0.3.43
Installing erubis 2.7.0
Installing mime-types 1.25.1
Installing rack 1.5.2
Installing polyglot 0.3.5
Installing activerecord-deprecated_finders 1.0.3
Installing ansi 1.4.3
Using bundler 1.8.3
Installing arel 4.0.2
Installing thor 0.19.1
Installing bcrypt-ruby 3.0.1
Installing coderay 1.1.0
Installing execjs 2.3.0
Installing coffee-script-source 1.9.0
Installing diff-lcs 1.2.5
Installing hashie 3.3.2
Installing hike 1.2.3
Installing method_source 0.8.2
Installing json 1.8.2
Installing pg 0.18.1
Installing posix-spawn 0.3.9
Installing slop 3.6.0
Installing tilt 1.4.1
Using rdoc 4.2.0
Installing yajl-ruby 1.2.1
Installing rspec-support 3.2.1
Installing redcarpet 3.2.2
Installing sass 3.2.19
Installing shoulda-context 1.2.1
Installing spring 1.2.0
Installing watchr 0.7
Installing sqlite3 1.3.10
Installing yard 0.8.7.6
Installing rack-test 0.6.3
Installing activesupport 4.0.0
Installing treetop 1.4.15
Installing appraisal 1.0.2
Installing coffee-script 2.3.0
Installing powerbar 1.0.11
Installing uglifier 2.7.0
Installing pry 0.10.1
Installing sprockets 2.12.3
Installing sdoc 0.4.1
Installing rspec-core 3.2.0
Installing pygments.rb 0.6.2
Installing rspec-expectations 3.2.0
Installing rspec-mocks 3.2.0
Installing spring-commands-rspec 1.0.4
Installing activemodel 4.0.0
Installing actionpack 4.0.0
Installing jbuilder 1.5.3
Installing minitest-reporters 0.14.24
Installing mail 2.5.4
Installing pry-nav 0.2.4
Installing rails-observers 0.1.2
Installing activerecord 4.0.0
Installing protected_attributes 1.0.3
Installing railties 4.0.0
Installing sprockets-rails 2.0.1
Installing actionmailer 4.0.0
Installing coffee-rails 4.0.1
Installing activeresource 4.0.0
Installing rspec-rails 3.2.0
Installing jquery-rails 3.1.2
Installing sass-rails 4.0.5
Installing turbolinks 2.5.3
Installing rails 4.0.0
Bundle complete! 33 Gemfile dependencies, 73 gems now installed.
Bundled gems are installed into ./vendor/bundle.
>> bundle check --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.0.1.gemfile' || bundle install --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.0.1.gemfile'
The following gems are missing
* activesupport (4.0.1)
* actionpack (4.0.1)
* actionmailer (4.0.1)
* activemodel (4.0.1)
* activerecord (4.0.1)
* bcrypt-ruby (3.1.2)
* railties (4.0.1)
* protected_attributes (1.0.8)
* rails (4.0.1)
Install missing gems with `bundle install`
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using minitest 4.7.5
Using multi_json 1.10.1
Using thread_safe 0.3.4
Using tzinfo 0.3.43
Using builder 3.1.4
Using erubis 2.7.0
Using rack 1.5.2
Using mime-types 1.25.1
Using polyglot 0.3.5
Using activerecord-deprecated_finders 1.0.3
Using arel 4.0.2
Using ansi 1.4.3
Using bundler 1.8.3
Using thor 0.19.1
Using i18n 0.7.0
Using coderay 1.1.0
Using coffee-script-source 1.9.0
Using execjs 2.3.0
Using diff-lcs 1.2.5
Using hashie 3.3.2
Using hike 1.2.3
Using json 1.8.2
Using method_source 0.8.2
Using pg 0.18.1
Using posix-spawn 0.3.9
Using slop 3.6.0
Using yajl-ruby 1.2.1
Using tilt 1.4.1
Using rdoc 4.2.0
Using redcarpet 3.2.2
Using rspec-support 3.2.1
Using sass 3.2.19
Using shoulda-context 1.2.1
Using spring 1.2.0
Using sqlite3 1.3.10
Using watchr 0.7
Using yard 0.8.7.6
Using rack-test 0.6.3
Using treetop 1.4.15
Using appraisal 1.0.2
Installing activesupport 4.0.1
Using coffee-script 2.3.0
Using powerbar 1.0.11
Using uglifier 2.7.0
Using pry 0.10.1
Using pygments.rb 0.6.2
Using sprockets 2.12.3
Using sdoc 0.4.1
Using rspec-core 3.2.0
Using rspec-expectations 3.2.0
Using rspec-mocks 3.2.0
Using spring-commands-rspec 1.0.4
Using mail 2.5.4
Installing bcrypt-ruby 3.1.2
Installing activemodel 4.0.1
Using jbuilder 1.5.3
Using minitest-reporters 0.14.24
Using pry-nav 0.2.4
Installing actionpack 4.0.1
Using rails-observers 0.1.2
Installing protected_attributes 1.0.8
Installing activerecord 4.0.1
Installing actionmailer 4.0.1
Using sprockets-rails 2.0.1
Using activeresource 4.0.0
Installing railties 4.0.1
Using coffee-rails 4.0.1
Using jquery-rails 3.1.2
Using rspec-rails 3.2.0
Using sass-rails 4.0.5
Using turbolinks 2.5.3
Installing rails 4.0.1
Bundle complete! 33 Gemfile dependencies, 73 gems now installed.
Bundled gems are installed into ./vendor/bundle.
>> bundle check --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.1.gemfile' || bundle install --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.1.gemfile'
The following gems are missing
* minitest (5.5.1)
* tzinfo (1.2.2)
* activesupport (4.1.7)
* builder (3.2.2)
* actionview (4.1.7)
* actionpack (4.1.7)
* mime-types (2.4.3)
* mail (2.6.3)
* actionmailer (4.1.7)
* activemodel (4.1.7)
* arel (5.0.1.20140414130214)
* activerecord (4.1.7)
* ansi (1.5.0)
* bcrypt (3.1.10)
* railties (4.1.7)
* jbuilder (2.2.6)
* ruby-progressbar (1.7.1)
* minitest-reporters (1.0.10)
* sprockets-rails (2.2.4)
* rails (4.1.7)
Install missing gems with `bundle install`
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using i18n 0.7.0
Using json 1.8.2
Using rake 10.4.2
Using thread_safe 0.3.4
Installing builder 3.2.2
Using erubis 2.7.0
Using rack 1.5.2
Installing minitest 5.5.1
Installing mime-types 2.4.3
Installing arel 5.0.1.20140414130214
Using bundler 1.8.3
Using thor 0.19.1
Installing ansi 1.5.0
Using coderay 1.1.0
Using coffee-script-source 1.9.0
Using execjs 2.3.0
Using diff-lcs 1.2.5
Using hike 1.2.3
Using multi_json 1.10.1
Using method_source 0.8.2
Installing bcrypt 3.1.10
Using pg 0.18.1
Using posix-spawn 0.3.9
Using slop 3.6.0
Using yajl-ruby 1.2.1
Using tilt 1.4.1
Using rdoc 4.2.0
Using redcarpet 3.2.2
Using rspec-support 3.2.1
Using sass 3.2.19
Using shoulda-context 1.2.1
Using spring 1.2.0
Using sqlite3 1.3.10
Using watchr 0.7
Using yard 0.8.7.6
Installing ruby-progressbar 1.7.1
Using rack-test 0.6.3
Installing tzinfo 1.2.2
Using appraisal 1.0.2
Using coffee-script 2.3.0
Using uglifier 2.7.0
Using pry 0.10.1
Using pygments.rb 0.6.2
Using sprockets 2.12.3
Using sdoc 0.4.1
Using rspec-core 3.2.0
Using rspec-expectations 3.2.0
Using rspec-mocks 3.2.0
Using spring-commands-rspec 1.0.4
Installing mail 2.6.3
Installing minitest-reporters 1.0.10
Using pry-nav 0.2.4
Installing activesupport 4.1.7
Installing activemodel 4.1.7
Installing actionview 4.1.7
Installing jbuilder 2.2.6
Using rails-observers 0.1.2
Using protected_attributes 1.0.8
Installing activerecord 4.1.7
Using activeresource 4.0.0
Installing actionpack 4.1.7
Installing actionmailer 4.1.7
Installing railties 4.1.7
Using coffee-rails 4.0.1
Using jquery-rails 3.1.2
Using rspec-rails 3.2.0
Using turbolinks 2.5.3
Installing sprockets-rails 2.2.4
Using sass-rails 4.0.5
Installing rails 4.1.7
Bundle complete! 33 Gemfile dependencies, 70 gems now installed.
Bundled gems are installed into ./vendor/bundle.
>> bundle check --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.2.gemfile' || bundle install --gemfile='/Users/tristan/Projects/shoulda-matchers/gemfiles/4.2.gemfile'
The following gems are missing
* activesupport (4.2.0)
* mini_portile (0.6.2)
* nokogiri (1.6.6.2)
* rails-deprecated_sanitizer (1.0.3)
* rails-dom-testing (1.0.5)
* loofah (2.0.1)
* rails-html-sanitizer (1.0.1)
* actionview (4.2.0)
* rack (1.6.0)
* actionpack (4.2.0)
* globalid (0.3.0)
* activejob (4.2.0)
* actionmailer (4.2.0)
* activemodel (4.2.0)
* arel (6.0.0)
* activerecord (4.2.0)
* railties (4.2.0)
* coffee-rails (4.1.0)
* jquery-rails (4.0.3)
* rails (4.2.0)
* sass (3.4.11)
* sass-rails (5.0.1)
Install missing gems with `bundle install`
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Using json 1.8.2
Using minitest 5.5.1
Using thread_safe 0.3.4
Using builder 3.2.2
Using erubis 2.7.0
Using i18n 0.7.0
Installing mini_portile 0.6.2
Using mime-types 2.4.3
Installing rack 1.6.0
Using ansi 1.5.0
Using bundler 1.8.3
Using thor 0.19.1
Using bcrypt 3.1.10
Using coderay 1.1.0
Using coffee-script-source 1.9.0
Using execjs 2.3.0
Using diff-lcs 1.2.5
Using hike 1.2.3
Using multi_json 1.10.1
Using method_source 0.8.2
Using ruby-progressbar 1.7.1
Using pg 0.18.1
Using posix-spawn 0.3.9
Using slop 3.6.0
Using yajl-ruby 1.2.1
Using tilt 1.4.1
Using rdoc 4.2.0
Using redcarpet 3.2.2
Using rspec-support 3.2.1
Installing arel 6.0.0
Using shoulda-context 1.2.1
Using spring 1.2.0
Using sqlite3 1.3.10
Using watchr 0.7
Using yard 0.8.7.6
Using tzinfo 1.2.2
Installing sass 3.4.11
Using mail 2.6.3
Using rack-test 0.6.3
Using appraisal 1.0.2
Using coffee-script 2.3.0
Using uglifier 2.7.0
Using minitest-reporters 1.0.10
Using pry 0.10.1
Using pygments.rb 0.6.2
Using sprockets 2.12.3
Using sdoc 0.4.1
Using rspec-core 3.2.0
Using rspec-expectations 3.2.0
Using rspec-mocks 3.2.0
Using spring-commands-rspec 1.0.4
Installing activesupport 4.2.0
Using pry-nav 0.2.4
Installing rails-deprecated_sanitizer 1.0.3
Installing globalid 0.3.0
Installing activemodel 4.2.0
Using jbuilder 2.2.6
Installing activejob 4.2.0
Installing activerecord 4.2.0
Using rails-observers 0.1.2
Using protected_attributes 1.0.8
Using activeresource 4.0.0
Installing nokogiri 1.6.6.2
Installing rails-dom-testing 1.0.5
Installing loofah 2.0.1
Installing rails-html-sanitizer 1.0.1
Installing actionview 4.2.0
Installing actionpack 4.2.0
Installing actionmailer 4.2.0
Using sprockets-rails 2.2.4
Installing railties 4.2.0
Installing coffee-rails 4.1.0
Installing jquery-rails 4.0.3
Using rspec-rails 3.2.0
Installing sass-rails 5.0.1
Using turbolinks 2.5.3
Installing rails 4.2.0
Bundle complete! 33 Gemfile dependencies, 78 gems now installed.
Bundled gems are installed into ./vendor/bundle.
>> BUNDLE_GEMFILE=/Users/tristan/Projects/shoulda-matchers/gemfiles/4.0.0.gemfile bundle exec rake
rake spec:unit
Randomized with seed 14007
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 28.34 seconds (files took 4.38 seconds to load)
1178 examples, 0 failures
Randomized with seed 14007
Non shoulda-matchers warnings were raised during the test run. These have been written to /Users/tristan/Projects/shoulda-matchers/tmp/irrelevant_warnings.txt.
All warnings were written to /Users/tristan/Projects/shoulda-matchers/tmp/all_warnings.txt.
rake spec:acceptance
Randomized with seed 49670
FFFF..
Failures:
1) shoulda-matchers integrates with Rails in a project that combines both RSpec and Test::Unit
Failure/Error: run_rake_tasks! *%w(db:drop db:create db:migrate)
RuntimeError:
Command "BUNDLE_GEMFILE=\"/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Gemfile\" bundle exec rake db:drop db:create db:migrate --trace" exited with status .
Output:
---START----------------------------------------------------------------
Ignoring binding_of_caller-0.7.2 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.7.2
Ignoring capybara-webkit-1.3.0 because its extensions are not built. Try: gem pristine capybara-webkit --version 1.3.0
Ignoring debug_inspector-0.0.2 because its extensions are not built. Try: gem pristine debug_inspector --version 0.0.2
Ignoring debugger-1.6.8 because its extensions are not built. Try: gem pristine debugger --version 1.6.8
Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2
Ignoring ffi-1.9.6 because its extensions are not built. Try: gem pristine ffi --version 1.9.6
Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7
Ignoring hitimes-1.2.2 because its extensions are not built. Try: gem pristine hitimes --version 1.2.2
Ignoring hpricot-0.8.6 because its extensions are not built. Try: gem pristine hpricot --version 0.8.6
Ignoring interception-0.5 because its extensions are not built. Try: gem pristine interception --version 0.5
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring kgio-2.9.2 because its extensions are not built. Try: gem pristine kgio --version 2.9.2
Ignoring mysql2-0.3.16 because its extensions are not built. Try: gem pristine mysql2 --version 0.3.16
Ignoring nokogiri-1.5.11 because its extensions are not built. Try: gem pristine nokogiri --version 1.5.11
Ignoring psych-1.3.4 because its extensions are not built. Try: gem pristine psych --version 1.3.4
Ignoring puma-2.9.1 because its extensions are not built. Try: gem pristine puma --version 2.9.1
Ignoring raindrops-0.13.0 because its extensions are not built. Try: gem pristine raindrops --version 0.13.0
Ignoring rmagick-2.13.3 because its extensions are not built. Try: gem pristine rmagick --version 2.13.3
Ignoring ruby-prof-0.15.1 because its extensions are not built. Try: gem pristine ruby-prof --version 0.15.1
Ignoring sqlite3-1.3.10 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.10
Ignoring sqlite3-1.3.9 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.9
Ignoring tiny_tds-0.6.2 because its extensions are not built. Try: gem pristine tiny_tds --version 0.6.2
Ignoring unf_ext-0.0.6 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.6
Ignoring unicorn-4.8.3 because its extensions are not built. Try: gem pristine unicorn --version 4.8.3
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0040 p:---- s:0126 e:000125 CFUNC :initialize
c:0039 p:---- s:0124 e:000123 CFUNC :new
c:0038 p:0075 s:0121 e:000118 METHOD /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67
c:0037 p:0070 s:0110 e:000108 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17
c:0036 p:0011 s:0107 e:000106 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12
c:0035 p:0056 s:0105 e:000104 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9 [FINISH]
c:0034 p:---- s:0103 e:000102 CFUNC :require
c:0033 p:0019 s:0099 e:000098 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58
c:0032 p:0017 s:0097 e:000096 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54 [FINISH]
c:0031 p:---- s:0095 e:000094 CFUNC :require
c:0030 p:0009 s:0091 e:000090 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0029 p:---- s:0089 e:000088 CFUNC :require
c:0028 p:0071 s:0085 e:000084 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0027 p:---- s:0083 e:000082 CFUNC :require
c:0026 p:0023 s:0079 e:000078 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3 [FINISH]
c:0025 p:---- s:0077 e:000076 CFUNC :require
c:0024 p:0015 s:0073 e:000072 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2 [FINISH]
c:0023 p:---- s:0071 e:000070 CFUNC :require
c:0022 p:0007 s:0067 e:000066 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1 [FINISH]
c:0021 p:---- s:0065 e:000064 CFUNC :require
c:0020 p:0031 s:0061 e:000060 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4 [FINISH]
c:0019 p:---- s:0059 e:000058 CFUNC :require
c:0018 p:0047 s:0055 e:000054 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9 [FINISH]
c:0017 p:---- s:0053 e:000052 CFUNC :require
c:0016 p:0007 s:0049 e:000048 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1 [FINISH]
c:0015 p:---- s:0047 e:000046 CFUNC :require
c:0014 p:0026 s:0043 e:000042 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3 [FINISH]
c:0013 p:---- s:0041 e:000040 CFUNC :require
c:0012 p:0018 s:0037 e:000036 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4 [FINISH]
c:0011 p:---- s:0035 e:000034 CFUNC :load
c:0010 p:0009 s:0031 e:000030 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28
c:0009 p:0176 s:0027 e:000026 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689
c:0008 p:0007 s:0022 e:000021 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94
c:0007 p:0006 s:0020 e:000019 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0006 p:0007 s:0016 e:000015 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93
c:0005 p:0013 s:0013 e:000012 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77
c:0004 p:0006 s:0011 e:000010 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0003 p:0007 s:0007 e:000006 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75
c:0002 p:0040 s:0004 E:002670 EVAL /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33 [FINISH]
c:0001 p:0000 s:0002 E:001e90 TOP [FINISH]
-- Ruby level backtrace information ----------------------------------------
/Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33:in `<main>'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75:in `run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77:in `block in run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `require'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17:in `<module:Ext>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `generator='
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `new'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `initialize'
-- Machine register context ------------------------------------------------
rax: 0x0000000000000008 rbx: 0x0000000000000008 rcx: 0x0000000000000008
rdx: 0x00007f867bc2d310 rdi: 0x0000000000000008 rsi: 0x0000000000d8210e
rbp: 0x00007fff55f44360 rsp: 0x00007fff55f44340 r8: 0x0000000000000001
r9: 0x00000000000009e0 r10: 0x0000000000007238 r11: 0x0000000109d2a400
r12: 0x0000000000000008 r13: 0x00007f867c8a2528 r14: 0x0000000000d8210e
r15: 0x00007f867d5b56c0 rip: 0x0000000109d2a411 rfl: 0x0000000000010202
-- C level backtrace information -------------------------------------------
0 libruby.2.2.0.dylib 0x0000000109e54bbb rb_vm_bugreport + 155
1 libruby.2.2.0.dylib 0x0000000109cfad60 rb_bug_context + 480
2 libruby.2.2.0.dylib 0x0000000109dd1193 sigsegv + 83
3 libsystem_platform.dylib 0x00007fff8ccb0f1a _sigtramp + 26
4 libruby.2.2.0.dylib 0x0000000109d2a411 rb_hash_aref + 17
5 ??? 0x0000000000d8210e 0x0 + 14164238
-- Other runtime information -----------------------------------------------
* Loaded script: /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake
* Loaded features:
0 enumerator.so
1 rational.so
2 complex.so
3 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/encdb.bundle
4 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/trans/transdb.bundle
5 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/unicode_normalize.rb
6 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/rbconfig.rb
7 thread.rb
8 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/thread.bundle
9 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/compatibility.rb
10 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/defaults.rb
11 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/deprecate.rb
12 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/errors.rb
13 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/version.rb
14 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/requirement.rb
15 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/platform.rb
16 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/basic_specification.rb
17 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/stub_specification.rb
18 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/util/stringio.rb
19 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb
20 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/exceptions.rb
21 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb
22 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/monitor.rb
23 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb
24 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems.rb
25 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/pathname.bundle
26 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/pathname.rb
27 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/constants.rb
28 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/io/console.bundle
29 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/user_interaction.rb
30 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/etc.bundle
31 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/config_file.rb
32 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/build_error.rb
33 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/builder.rb
34 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/configure_builder.rb
35 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/fileutils.rb
36 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/delegate.rb
37 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tmpdir.rb
38 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tempfile.rb
39 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/ext_conf_builder.rb
40 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/rake_builder.rb
41 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/optparse.rb
42 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/command.rb
43 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/cmake_builder.rb
44 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext.rb
45 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_integration.rb
46 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/current_ruby.rb
47 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb
48 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/shared_helpers.rb
49 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_path_manipulation.rb
50 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_helpers.rb
51 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/match_platform.rb
52 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_ext.rb
53 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/version.rb
54 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler.rb
55 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc2396_parser.rb
56 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc3986_parser.rb
57 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/common.rb
58 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/generic.rb
59 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ftp.rb
60 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/http.rb
61 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/https.rb
62 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldap.rb
63 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldaps.rb
64 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/mailto.rb
65 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri.rb
66 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/settings.rb
67 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/path_support.rb
68 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest.bundle
69 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/digest.rb
70 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest/sha1.bundle
71 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/set.rb
72 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/definition.rb
73 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dependency.rb
74 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ruby_dsl.rb
75 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dsl.rb
76 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source_list.rb
77 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source.rb
78 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/socket.bundle
79 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/socket.rb
80 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/timeout.rb
81 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/protocol.rb
82 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/zlib.bundle
83 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/stringio.bundle
84 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/exceptions.rb
85 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/header.rb
86 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/windows_31j.bundle
87 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/generic_request.rb
88 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/request.rb
89 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/requests.rb
90 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/response.rb
91 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/responses.rb
92 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/proxy_delta.rb
93 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/backward.rb
94 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http.rb
95 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/date_core.bundle
96 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/date.rb
97 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/time.rb
98 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/http_pool.rb
99 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/https_pool.rb
100 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/connection_pools.rb
101 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request.rb
102 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/core.rb
103 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/util.rb
104 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/cookie.rb
105 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi.rb
106 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/uri_formatter.rb
107 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle
108 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/bn.rb
109 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/cipher.rb
110 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/config.rb
111 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/digest.rb
112 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/x509.rb
113 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/buffering.rb
114 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/fcntl.bundle
115 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/ssl.rb
116 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl.rb
117 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/securerandom.rb
118 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/resolv.rb
119 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/remote_fetcher.rb
120 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/text.rb
121 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/name_tuple.rb
122 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/spec_fetcher.rb
123 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/rubygems.rb
124 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/local_rubygems.rb
125 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb
126 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/forwardable.rb
127 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/spec_set.rb
128 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/environment.rb
129 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/runtime.rb
130 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/path.rb
131 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/resolver.rb
132 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dep_proxy.rb
133 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/index.rb
134 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/git.rb
135 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui.rb
136 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui/silent.rb
137 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/remote_specification.rb
138 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/lazy_specification.rb
139 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/endpoint_specification.rb
140 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/setup.rb
141 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/version.rb
142 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/singleton.rb
143 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/ostruct.rb
144 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/module.rb
145 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/core.rb
146 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/string.rb
147 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/early_time.rb
148 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/late_time.rb
149 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/time.rb
150 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/alt_system.rb
151 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/win32.rb
152 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/linked_list.rb
153 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cpu_counter.rb
154 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/scope.rb
155 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_argument_error.rb
156 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb
157 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/shellwords.rb
158 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_manager.rb
159 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cloneable.rb
160 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils.rb
161 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils_ext.rb
162 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pathmap.rb
163 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_list.rb
164 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/promise.rb
165 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_pool.rb
166 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/private_reader.rb
167 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_history_display.rb
168 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/trace_output.rb
169 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb
170 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb
171 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pseudo_status.rb
172 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_arguments.rb
173 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_chain.rb
174 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb
175 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task.rb
176 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_task.rb
177 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_creation_task.rb
178 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/multi_task.rb
179 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/dsl_definition.rb
180 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/default_loader.rb
181 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/name_space.rb
182 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/backtrace.rb
183 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake.rb
184 /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/boot.rb
185 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/ruby_version_check.rb
186 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
187 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
188 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe.rb
189 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/prepend_and_append.rb
190 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/deep_merge.rb
191 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/except.rb
192 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/slice.rb
193 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/version.rb
194 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/exceptions.rb
195 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
196 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n.rb
197 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/lazy_load_hooks.rb
198 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/config.rb
199 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/i18n.rb
200 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
201 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
202 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
203 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/inflections.rb
204 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflections.rb
205 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/methods.rb
206 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/dependencies/autoload.rb
207 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/version.rb
208 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/extract_options.rb
209 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute_accessors.rb
210 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/concern.rb
211 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger_silence.rb
212 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/logger.rb
213 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger.rb
214 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support.rb
215 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/reporting.rb
216 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/blank.rb
217 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/key_generator.rb
218 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/initializable.rb
219 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/singleton_class.rb
220 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/delegation.rb
221 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/instance_delegator.rb
222 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb
223 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/mutex_m.rb
224 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb
225 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb
226 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications.rb
227 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/behaviors.rb
228 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/reporting.rb
229 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/aliasing.rb
230 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/method_wrappers.rb
231 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/proxy_wrappers.rb
232 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/deprecation.rb
233 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation.rb
234 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/ordered_options.rb
235 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/acts_like.rb
236 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/bigdecimal.bundle
237 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/duplicable.rb
238 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/deep_dup.rb
239 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/try.rb
240 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/inclusion.rb
241 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_param.rb
242 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_query.rb
243 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/base64.rb
244 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/multibyte.rb
245 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/multibyte.rb
246 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/transliterate.rb
247 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inflections.rb
248 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini/rexml.rb
249 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini.rb
250 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/keys.rb
251 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/conversions.rb
252 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/acts_like.rb
253 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/proxy_object.rb
254 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/duration.rb
255 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb
256 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/conversions.rb
257 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time_with_zone.rb
258 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/zones.rb
259 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb
260 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/calculations.rb
261 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/marshal.rb
262 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time.rb
263 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/acts_like.rb
264 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/zones.rb
265 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/calculations.rb
266 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/remove_method.rb
267 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/conversions.rb
268 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date.rb
269 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/acts_like.rb
270 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/calculations.rb
271 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/conversions.rb
272 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/zones.rb
273 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time.rb
274 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb
275 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/time.rb
276 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/conversions.rb
277 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/zones.rb
278 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time.rb
279 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/wrap.rb
280 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/reverse_merge.rb
281 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/conversions.rb
282 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/conversions.rb
283 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/instance_variables.rb
284 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/version.rb
285 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/generic_object.rb
286 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb
287 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16be.bundle
288 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16le.bundle
289 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32be.bundle
290 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32le.bundle
291 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/parser.bundle
292 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/generator.bundle
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html
---END------------------------------------------------------------------
# ./spec/support/tests/command_runner.rb:112:in `fail!'
# ./spec/support/tests/command_runner.rb:70:in `block (2 levels) in call'
# ./spec/support/tests/command_runner.rb:180:in `possibly_running_quickly'
# ./spec/support/tests/command_runner.rb:66:in `block in call'
# ./spec/support/tests/command_runner.rb:187:in `possibly_retrying'
# ./spec/support/tests/command_runner.rb:65:in `call'
# ./spec/support/tests/command_runner.rb:11:in `block in run'
# ./spec/support/tests/command_runner.rb:9:in `tap'
# ./spec/support/tests/command_runner.rb:9:in `run'
# ./spec/support/acceptance/helpers/command_helpers.rb:10:in `run_command'
# ./spec/support/acceptance/helpers/command_helpers.rb:24:in `run_command_within_bundle'
# ./spec/support/acceptance/helpers/command_helpers.rb:37:in `run_command_within_bundle!'
# ./spec/support/acceptance/helpers/command_helpers.rb:52:in `run_rake_tasks!'
# ./spec/acceptance/rails_integration_spec.rb:17:in `block (2 levels) in <top (required)>'
2) shoulda-matchers integrates with Rails in a project that uses Spring
Failure/Error: run_rake_tasks! *%w(db:drop db:create db:migrate)
RuntimeError:
Command "BUNDLE_GEMFILE=\"/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Gemfile\" bundle exec rake db:drop db:create db:migrate --trace" exited with status .
Output:
---START----------------------------------------------------------------
Ignoring binding_of_caller-0.7.2 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.7.2
Ignoring capybara-webkit-1.3.0 because its extensions are not built. Try: gem pristine capybara-webkit --version 1.3.0
Ignoring debug_inspector-0.0.2 because its extensions are not built. Try: gem pristine debug_inspector --version 0.0.2
Ignoring debugger-1.6.8 because its extensions are not built. Try: gem pristine debugger --version 1.6.8
Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2
Ignoring ffi-1.9.6 because its extensions are not built. Try: gem pristine ffi --version 1.9.6
Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7
Ignoring hitimes-1.2.2 because its extensions are not built. Try: gem pristine hitimes --version 1.2.2
Ignoring hpricot-0.8.6 because its extensions are not built. Try: gem pristine hpricot --version 0.8.6
Ignoring interception-0.5 because its extensions are not built. Try: gem pristine interception --version 0.5
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring kgio-2.9.2 because its extensions are not built. Try: gem pristine kgio --version 2.9.2
Ignoring mysql2-0.3.16 because its extensions are not built. Try: gem pristine mysql2 --version 0.3.16
Ignoring nokogiri-1.5.11 because its extensions are not built. Try: gem pristine nokogiri --version 1.5.11
Ignoring psych-1.3.4 because its extensions are not built. Try: gem pristine psych --version 1.3.4
Ignoring puma-2.9.1 because its extensions are not built. Try: gem pristine puma --version 2.9.1
Ignoring raindrops-0.13.0 because its extensions are not built. Try: gem pristine raindrops --version 0.13.0
Ignoring rmagick-2.13.3 because its extensions are not built. Try: gem pristine rmagick --version 2.13.3
Ignoring ruby-prof-0.15.1 because its extensions are not built. Try: gem pristine ruby-prof --version 0.15.1
Ignoring sqlite3-1.3.10 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.10
Ignoring sqlite3-1.3.9 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.9
Ignoring tiny_tds-0.6.2 because its extensions are not built. Try: gem pristine tiny_tds --version 0.6.2
Ignoring unf_ext-0.0.6 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.6
Ignoring unicorn-4.8.3 because its extensions are not built. Try: gem pristine unicorn --version 4.8.3
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0040 p:---- s:0126 e:000125 CFUNC :initialize
c:0039 p:---- s:0124 e:000123 CFUNC :new
c:0038 p:0075 s:0121 e:000118 METHOD /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67
c:0037 p:0070 s:0110 e:000108 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17
c:0036 p:0011 s:0107 e:000106 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12
c:0035 p:0056 s:0105 e:000104 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9 [FINISH]
c:0034 p:---- s:0103 e:000102 CFUNC :require
c:0033 p:0019 s:0099 e:000098 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58
c:0032 p:0017 s:0097 e:000096 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54 [FINISH]
c:0031 p:---- s:0095 e:000094 CFUNC :require
c:0030 p:0009 s:0091 e:000090 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0029 p:---- s:0089 e:000088 CFUNC :require
c:0028 p:0071 s:0085 e:000084 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0027 p:---- s:0083 e:000082 CFUNC :require
c:0026 p:0023 s:0079 e:000078 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3 [FINISH]
c:0025 p:---- s:0077 e:000076 CFUNC :require
c:0024 p:0015 s:0073 e:000072 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2 [FINISH]
c:0023 p:---- s:0071 e:000070 CFUNC :require
c:0022 p:0007 s:0067 e:000066 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1 [FINISH]
c:0021 p:---- s:0065 e:000064 CFUNC :require
c:0020 p:0031 s:0061 e:000060 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4 [FINISH]
c:0019 p:---- s:0059 e:000058 CFUNC :require
c:0018 p:0047 s:0055 e:000054 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9 [FINISH]
c:0017 p:---- s:0053 e:000052 CFUNC :require
c:0016 p:0007 s:0049 e:000048 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1 [FINISH]
c:0015 p:---- s:0047 e:000046 CFUNC :require
c:0014 p:0026 s:0043 e:000042 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3 [FINISH]
c:0013 p:---- s:0041 e:000040 CFUNC :require
c:0012 p:0018 s:0037 e:000036 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4 [FINISH]
c:0011 p:---- s:0035 e:000034 CFUNC :load
c:0010 p:0009 s:0031 e:000030 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28
c:0009 p:0176 s:0027 e:000026 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689
c:0008 p:0007 s:0022 e:000021 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94
c:0007 p:0006 s:0020 e:000019 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0006 p:0007 s:0016 e:000015 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93
c:0005 p:0013 s:0013 e:000012 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77
c:0004 p:0006 s:0011 e:000010 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0003 p:0007 s:0007 e:000006 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75
c:0002 p:0040 s:0004 E:000f30 EVAL /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33 [FINISH]
c:0001 p:0000 s:0002 E:000d70 TOP [FINISH]
-- Ruby level backtrace information ----------------------------------------
/Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33:in `<main>'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75:in `run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77:in `block in run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `require'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17:in `<module:Ext>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `generator='
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `new'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `initialize'
-- Machine register context ------------------------------------------------
rax: 0x0000000000000008 rbx: 0x0000000000000008 rcx: 0x0000000000000008
rdx: 0x00007f875142d310 rdi: 0x0000000000000008 rsi: 0x0000000000d8210e
rbp: 0x00007fff5311a360 rsp: 0x00007fff5311a340 r8: 0x0000000000000001
r9: 0x00000000000009e0 r10: 0x0000000000007238 r11: 0x000000010cb58400
r12: 0x0000000000000008 r13: 0x00007f875389c7e0 r14: 0x0000000000d8210e
r15: 0x00007f875564c250 rip: 0x000000010cb58411 rfl: 0x0000000000010202
-- C level backtrace information -------------------------------------------
0 libruby.2.2.0.dylib 0x000000010cc82bbb rb_vm_bugreport + 155
1 libruby.2.2.0.dylib 0x000000010cb28d60 rb_bug_context + 480
2 libruby.2.2.0.dylib 0x000000010cbff193 sigsegv + 83
3 libsystem_platform.dylib 0x00007fff8ccb0f1a _sigtramp + 26
4 libruby.2.2.0.dylib 0x000000010cb58411 rb_hash_aref + 17
5 ??? 0x0000000000d8210e 0x0 + 14164238
-- Other runtime information -----------------------------------------------
* Loaded script: /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake
* Loaded features:
0 enumerator.so
1 rational.so
2 complex.so
3 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/encdb.bundle
4 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/trans/transdb.bundle
5 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/unicode_normalize.rb
6 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/rbconfig.rb
7 thread.rb
8 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/thread.bundle
9 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/compatibility.rb
10 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/defaults.rb
11 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/deprecate.rb
12 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/errors.rb
13 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/version.rb
14 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/requirement.rb
15 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/platform.rb
16 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/basic_specification.rb
17 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/stub_specification.rb
18 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/util/stringio.rb
19 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb
20 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/exceptions.rb
21 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb
22 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/monitor.rb
23 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb
24 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems.rb
25 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/pathname.bundle
26 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/pathname.rb
27 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/constants.rb
28 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/io/console.bundle
29 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/user_interaction.rb
30 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/etc.bundle
31 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/config_file.rb
32 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/build_error.rb
33 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/builder.rb
34 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/configure_builder.rb
35 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/fileutils.rb
36 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/delegate.rb
37 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tmpdir.rb
38 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tempfile.rb
39 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/ext_conf_builder.rb
40 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/rake_builder.rb
41 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/optparse.rb
42 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/command.rb
43 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/cmake_builder.rb
44 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext.rb
45 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_integration.rb
46 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/current_ruby.rb
47 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb
48 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/shared_helpers.rb
49 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_path_manipulation.rb
50 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_helpers.rb
51 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/match_platform.rb
52 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_ext.rb
53 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/version.rb
54 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler.rb
55 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc2396_parser.rb
56 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc3986_parser.rb
57 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/common.rb
58 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/generic.rb
59 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ftp.rb
60 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/http.rb
61 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/https.rb
62 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldap.rb
63 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldaps.rb
64 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/mailto.rb
65 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri.rb
66 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/settings.rb
67 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/path_support.rb
68 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest.bundle
69 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/digest.rb
70 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest/sha1.bundle
71 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/set.rb
72 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/definition.rb
73 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dependency.rb
74 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ruby_dsl.rb
75 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dsl.rb
76 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source_list.rb
77 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source.rb
78 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/socket.bundle
79 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/socket.rb
80 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/timeout.rb
81 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/protocol.rb
82 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/zlib.bundle
83 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/stringio.bundle
84 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/exceptions.rb
85 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/header.rb
86 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/windows_31j.bundle
87 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/generic_request.rb
88 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/request.rb
89 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/requests.rb
90 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/response.rb
91 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/responses.rb
92 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/proxy_delta.rb
93 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/backward.rb
94 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http.rb
95 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/date_core.bundle
96 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/date.rb
97 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/time.rb
98 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/http_pool.rb
99 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/https_pool.rb
100 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/connection_pools.rb
101 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request.rb
102 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/core.rb
103 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/util.rb
104 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/cookie.rb
105 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi.rb
106 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/uri_formatter.rb
107 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle
108 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/bn.rb
109 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/cipher.rb
110 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/config.rb
111 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/digest.rb
112 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/x509.rb
113 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/buffering.rb
114 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/fcntl.bundle
115 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/ssl.rb
116 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl.rb
117 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/securerandom.rb
118 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/resolv.rb
119 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/remote_fetcher.rb
120 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/text.rb
121 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/name_tuple.rb
122 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/spec_fetcher.rb
123 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/rubygems.rb
124 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/local_rubygems.rb
125 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb
126 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/forwardable.rb
127 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/spec_set.rb
128 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/environment.rb
129 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/runtime.rb
130 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/path.rb
131 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/resolver.rb
132 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dep_proxy.rb
133 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/index.rb
134 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/git.rb
135 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui.rb
136 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui/silent.rb
137 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/remote_specification.rb
138 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/lazy_specification.rb
139 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/endpoint_specification.rb
140 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/setup.rb
141 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/version.rb
142 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/singleton.rb
143 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/ostruct.rb
144 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/module.rb
145 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/core.rb
146 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/string.rb
147 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/early_time.rb
148 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/late_time.rb
149 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/time.rb
150 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/alt_system.rb
151 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/win32.rb
152 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/linked_list.rb
153 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cpu_counter.rb
154 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/scope.rb
155 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_argument_error.rb
156 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb
157 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/shellwords.rb
158 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_manager.rb
159 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cloneable.rb
160 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils.rb
161 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils_ext.rb
162 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pathmap.rb
163 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_list.rb
164 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/promise.rb
165 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_pool.rb
166 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/private_reader.rb
167 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_history_display.rb
168 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/trace_output.rb
169 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb
170 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb
171 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pseudo_status.rb
172 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_arguments.rb
173 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_chain.rb
174 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb
175 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task.rb
176 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_task.rb
177 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_creation_task.rb
178 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/multi_task.rb
179 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/dsl_definition.rb
180 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/default_loader.rb
181 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/name_space.rb
182 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/backtrace.rb
183 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake.rb
184 /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/boot.rb
185 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/ruby_version_check.rb
186 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
187 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
188 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe.rb
189 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/prepend_and_append.rb
190 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/deep_merge.rb
191 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/except.rb
192 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/slice.rb
193 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/version.rb
194 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/exceptions.rb
195 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
196 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n.rb
197 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/lazy_load_hooks.rb
198 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/config.rb
199 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/i18n.rb
200 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
201 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
202 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
203 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/inflections.rb
204 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflections.rb
205 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/methods.rb
206 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/dependencies/autoload.rb
207 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/version.rb
208 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/extract_options.rb
209 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute_accessors.rb
210 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/concern.rb
211 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger_silence.rb
212 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/logger.rb
213 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger.rb
214 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support.rb
215 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/reporting.rb
216 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/blank.rb
217 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/key_generator.rb
218 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/initializable.rb
219 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/singleton_class.rb
220 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/delegation.rb
221 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/instance_delegator.rb
222 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb
223 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/mutex_m.rb
224 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb
225 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb
226 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications.rb
227 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/behaviors.rb
228 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/reporting.rb
229 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/aliasing.rb
230 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/method_wrappers.rb
231 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/proxy_wrappers.rb
232 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/deprecation.rb
233 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation.rb
234 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/ordered_options.rb
235 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/acts_like.rb
236 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/bigdecimal.bundle
237 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/duplicable.rb
238 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/deep_dup.rb
239 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/try.rb
240 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/inclusion.rb
241 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_param.rb
242 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_query.rb
243 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/base64.rb
244 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/multibyte.rb
245 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/multibyte.rb
246 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/transliterate.rb
247 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inflections.rb
248 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini/rexml.rb
249 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini.rb
250 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/keys.rb
251 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/conversions.rb
252 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/acts_like.rb
253 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/proxy_object.rb
254 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/duration.rb
255 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb
256 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/conversions.rb
257 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time_with_zone.rb
258 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/zones.rb
259 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb
260 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/calculations.rb
261 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/marshal.rb
262 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time.rb
263 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/acts_like.rb
264 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/zones.rb
265 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/calculations.rb
266 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/remove_method.rb
267 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/conversions.rb
268 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date.rb
269 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/acts_like.rb
270 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/calculations.rb
271 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/conversions.rb
272 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/zones.rb
273 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time.rb
274 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb
275 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/time.rb
276 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/conversions.rb
277 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/zones.rb
278 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time.rb
279 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/wrap.rb
280 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/reverse_merge.rb
281 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/conversions.rb
282 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/conversions.rb
283 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/instance_variables.rb
284 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/version.rb
285 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/generic_object.rb
286 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb
287 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16be.bundle
288 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16le.bundle
289 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32be.bundle
290 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32le.bundle
291 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/parser.bundle
292 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/generator.bundle
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html
---END------------------------------------------------------------------
# ./spec/support/tests/command_runner.rb:112:in `fail!'
# ./spec/support/tests/command_runner.rb:70:in `block (2 levels) in call'
# ./spec/support/tests/command_runner.rb:180:in `possibly_running_quickly'
# ./spec/support/tests/command_runner.rb:66:in `block in call'
# ./spec/support/tests/command_runner.rb:187:in `possibly_retrying'
# ./spec/support/tests/command_runner.rb:65:in `call'
# ./spec/support/tests/command_runner.rb:11:in `block in run'
# ./spec/support/tests/command_runner.rb:9:in `tap'
# ./spec/support/tests/command_runner.rb:9:in `run'
# ./spec/support/acceptance/helpers/command_helpers.rb:10:in `run_command'
# ./spec/support/acceptance/helpers/command_helpers.rb:24:in `run_command_within_bundle'
# ./spec/support/acceptance/helpers/command_helpers.rb:37:in `run_command_within_bundle!'
# ./spec/support/acceptance/helpers/command_helpers.rb:52:in `run_rake_tasks!'
# ./spec/acceptance/rails_integration_spec.rb:17:in `block (2 levels) in <top (required)>'
3) shoulda-matchers integrates with Rails in a project that uses the default test framework
Failure/Error: run_rake_tasks! *%w(db:drop db:create db:migrate)
RuntimeError:
Command "BUNDLE_GEMFILE=\"/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Gemfile\" bundle exec rake db:drop db:create db:migrate --trace" exited with status .
Output:
---START----------------------------------------------------------------
Ignoring binding_of_caller-0.7.2 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.7.2
Ignoring capybara-webkit-1.3.0 because its extensions are not built. Try: gem pristine capybara-webkit --version 1.3.0
Ignoring debug_inspector-0.0.2 because its extensions are not built. Try: gem pristine debug_inspector --version 0.0.2
Ignoring debugger-1.6.8 because its extensions are not built. Try: gem pristine debugger --version 1.6.8
Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2
Ignoring ffi-1.9.6 because its extensions are not built. Try: gem pristine ffi --version 1.9.6
Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7
Ignoring hitimes-1.2.2 because its extensions are not built. Try: gem pristine hitimes --version 1.2.2
Ignoring hpricot-0.8.6 because its extensions are not built. Try: gem pristine hpricot --version 0.8.6
Ignoring interception-0.5 because its extensions are not built. Try: gem pristine interception --version 0.5
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring kgio-2.9.2 because its extensions are not built. Try: gem pristine kgio --version 2.9.2
Ignoring mysql2-0.3.16 because its extensions are not built. Try: gem pristine mysql2 --version 0.3.16
Ignoring nokogiri-1.5.11 because its extensions are not built. Try: gem pristine nokogiri --version 1.5.11
Ignoring psych-1.3.4 because its extensions are not built. Try: gem pristine psych --version 1.3.4
Ignoring puma-2.9.1 because its extensions are not built. Try: gem pristine puma --version 2.9.1
Ignoring raindrops-0.13.0 because its extensions are not built. Try: gem pristine raindrops --version 0.13.0
Ignoring rmagick-2.13.3 because its extensions are not built. Try: gem pristine rmagick --version 2.13.3
Ignoring ruby-prof-0.15.1 because its extensions are not built. Try: gem pristine ruby-prof --version 0.15.1
Ignoring sqlite3-1.3.10 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.10
Ignoring sqlite3-1.3.9 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.9
Ignoring tiny_tds-0.6.2 because its extensions are not built. Try: gem pristine tiny_tds --version 0.6.2
Ignoring unf_ext-0.0.6 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.6
Ignoring unicorn-4.8.3 because its extensions are not built. Try: gem pristine unicorn --version 4.8.3
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0040 p:---- s:0126 e:000125 CFUNC :initialize
c:0039 p:---- s:0124 e:000123 CFUNC :new
c:0038 p:0075 s:0121 e:000118 METHOD /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67
c:0037 p:0070 s:0110 e:000108 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17
c:0036 p:0011 s:0107 e:000106 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12
c:0035 p:0056 s:0105 e:000104 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9 [FINISH]
c:0034 p:---- s:0103 e:000102 CFUNC :require
c:0033 p:0019 s:0099 e:000098 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58
c:0032 p:0017 s:0097 e:000096 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54 [FINISH]
c:0031 p:---- s:0095 e:000094 CFUNC :require
c:0030 p:0009 s:0091 e:000090 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0029 p:---- s:0089 e:000088 CFUNC :require
c:0028 p:0071 s:0085 e:000084 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0027 p:---- s:0083 e:000082 CFUNC :require
c:0026 p:0023 s:0079 e:000078 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3 [FINISH]
c:0025 p:---- s:0077 e:000076 CFUNC :require
c:0024 p:0015 s:0073 e:000072 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2 [FINISH]
c:0023 p:---- s:0071 e:000070 CFUNC :require
c:0022 p:0007 s:0067 e:000066 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1 [FINISH]
c:0021 p:---- s:0065 e:000064 CFUNC :require
c:0020 p:0031 s:0061 e:000060 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4 [FINISH]
c:0019 p:---- s:0059 e:000058 CFUNC :require
c:0018 p:0047 s:0055 e:000054 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9 [FINISH]
c:0017 p:---- s:0053 e:000052 CFUNC :require
c:0016 p:0007 s:0049 e:000048 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1 [FINISH]
c:0015 p:---- s:0047 e:000046 CFUNC :require
c:0014 p:0026 s:0043 e:000042 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3 [FINISH]
c:0013 p:---- s:0041 e:000040 CFUNC :require
c:0012 p:0018 s:0037 e:000036 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4 [FINISH]
c:0011 p:---- s:0035 e:000034 CFUNC :load
c:0010 p:0009 s:0031 e:000030 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28
c:0009 p:0176 s:0027 e:000026 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689
c:0008 p:0007 s:0022 e:000021 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94
c:0007 p:0006 s:0020 e:000019 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0006 p:0007 s:0016 e:000015 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93
c:0005 p:0013 s:0013 e:000012 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77
c:0004 p:0006 s:0011 e:000010 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0003 p:0007 s:0007 e:000006 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75
c:0002 p:0040 s:0004 E:001060 EVAL /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33 [FINISH]
c:0001 p:0000 s:0002 E:002220 TOP [FINISH]
-- Ruby level backtrace information ----------------------------------------
/Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33:in `<main>'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75:in `run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77:in `block in run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `require'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17:in `<module:Ext>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `generator='
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `new'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `initialize'
-- Machine register context ------------------------------------------------
rax: 0x0000000000000008 rbx: 0x0000000000000008 rcx: 0x0000000000000008
rdx: 0x00007f9541c2d310 rdi: 0x0000000000000008 rsi: 0x0000000000d8210e
rbp: 0x00007fff50fa7360 rsp: 0x00007fff50fa7340 r8: 0x0000000000000001
r9: 0x00000000000009e0 r10: 0x0000000000007238 r11: 0x000000010ecc9400
r12: 0x0000000000000008 r13: 0x00007f954222ff68 r14: 0x0000000000d8210e
r15: 0x00007f95467a7a70 rip: 0x000000010ecc9411 rfl: 0x0000000000010202
-- C level backtrace information -------------------------------------------
0 libruby.2.2.0.dylib 0x000000010edf3bbb rb_vm_bugreport + 155
1 libruby.2.2.0.dylib 0x000000010ec99d60 rb_bug_context + 480
2 libruby.2.2.0.dylib 0x000000010ed70193 sigsegv + 83
3 libsystem_platform.dylib 0x00007fff8ccb0f1a _sigtramp + 26
4 libruby.2.2.0.dylib 0x000000010ecc9411 rb_hash_aref + 17
5 ??? 0x0000000000d8210e 0x0 + 14164238
-- Other runtime information -----------------------------------------------
* Loaded script: /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake
* Loaded features:
0 enumerator.so
1 rational.so
2 complex.so
3 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/encdb.bundle
4 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/trans/transdb.bundle
5 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/unicode_normalize.rb
6 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/rbconfig.rb
7 thread.rb
8 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/thread.bundle
9 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/compatibility.rb
10 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/defaults.rb
11 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/deprecate.rb
12 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/errors.rb
13 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/version.rb
14 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/requirement.rb
15 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/platform.rb
16 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/basic_specification.rb
17 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/stub_specification.rb
18 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/util/stringio.rb
19 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb
20 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/exceptions.rb
21 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb
22 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/monitor.rb
23 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb
24 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems.rb
25 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/pathname.bundle
26 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/pathname.rb
27 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/constants.rb
28 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/io/console.bundle
29 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/user_interaction.rb
30 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/etc.bundle
31 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/config_file.rb
32 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/build_error.rb
33 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/builder.rb
34 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/configure_builder.rb
35 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/fileutils.rb
36 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/delegate.rb
37 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tmpdir.rb
38 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tempfile.rb
39 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/ext_conf_builder.rb
40 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/rake_builder.rb
41 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/optparse.rb
42 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/command.rb
43 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/cmake_builder.rb
44 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext.rb
45 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_integration.rb
46 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/current_ruby.rb
47 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb
48 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/shared_helpers.rb
49 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_path_manipulation.rb
50 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_helpers.rb
51 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/match_platform.rb
52 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_ext.rb
53 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/version.rb
54 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler.rb
55 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc2396_parser.rb
56 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc3986_parser.rb
57 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/common.rb
58 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/generic.rb
59 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ftp.rb
60 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/http.rb
61 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/https.rb
62 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldap.rb
63 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldaps.rb
64 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/mailto.rb
65 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri.rb
66 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/settings.rb
67 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/path_support.rb
68 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest.bundle
69 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/digest.rb
70 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest/sha1.bundle
71 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/set.rb
72 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/definition.rb
73 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dependency.rb
74 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ruby_dsl.rb
75 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dsl.rb
76 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source_list.rb
77 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source.rb
78 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/socket.bundle
79 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/socket.rb
80 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/timeout.rb
81 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/protocol.rb
82 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/zlib.bundle
83 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/stringio.bundle
84 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/exceptions.rb
85 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/header.rb
86 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/windows_31j.bundle
87 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/generic_request.rb
88 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/request.rb
89 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/requests.rb
90 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/response.rb
91 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/responses.rb
92 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/proxy_delta.rb
93 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/backward.rb
94 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http.rb
95 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/date_core.bundle
96 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/date.rb
97 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/time.rb
98 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/http_pool.rb
99 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/https_pool.rb
100 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/connection_pools.rb
101 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request.rb
102 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/core.rb
103 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/util.rb
104 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/cookie.rb
105 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi.rb
106 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/uri_formatter.rb
107 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle
108 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/bn.rb
109 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/cipher.rb
110 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/config.rb
111 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/digest.rb
112 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/x509.rb
113 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/buffering.rb
114 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/fcntl.bundle
115 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/ssl.rb
116 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl.rb
117 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/securerandom.rb
118 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/resolv.rb
119 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/remote_fetcher.rb
120 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/text.rb
121 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/name_tuple.rb
122 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/spec_fetcher.rb
123 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/rubygems.rb
124 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/local_rubygems.rb
125 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb
126 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/forwardable.rb
127 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/spec_set.rb
128 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/environment.rb
129 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/runtime.rb
130 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/path.rb
131 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/resolver.rb
132 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dep_proxy.rb
133 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/index.rb
134 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/git.rb
135 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui.rb
136 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui/silent.rb
137 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/remote_specification.rb
138 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/lazy_specification.rb
139 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/endpoint_specification.rb
140 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/setup.rb
141 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/version.rb
142 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/singleton.rb
143 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/ostruct.rb
144 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/module.rb
145 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/core.rb
146 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/string.rb
147 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/early_time.rb
148 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/late_time.rb
149 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/time.rb
150 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/alt_system.rb
151 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/win32.rb
152 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/linked_list.rb
153 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cpu_counter.rb
154 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/scope.rb
155 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_argument_error.rb
156 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb
157 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/shellwords.rb
158 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_manager.rb
159 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cloneable.rb
160 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils.rb
161 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils_ext.rb
162 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pathmap.rb
163 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_list.rb
164 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/promise.rb
165 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_pool.rb
166 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/private_reader.rb
167 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_history_display.rb
168 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/trace_output.rb
169 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb
170 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb
171 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pseudo_status.rb
172 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_arguments.rb
173 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_chain.rb
174 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb
175 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task.rb
176 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_task.rb
177 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_creation_task.rb
178 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/multi_task.rb
179 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/dsl_definition.rb
180 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/default_loader.rb
181 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/name_space.rb
182 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/backtrace.rb
183 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake.rb
184 /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/boot.rb
185 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/ruby_version_check.rb
186 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
187 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
188 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe.rb
189 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/prepend_and_append.rb
190 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/deep_merge.rb
191 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/except.rb
192 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/slice.rb
193 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/version.rb
194 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/exceptions.rb
195 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
196 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n.rb
197 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/lazy_load_hooks.rb
198 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/config.rb
199 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/i18n.rb
200 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
201 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
202 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
203 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/inflections.rb
204 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflections.rb
205 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/methods.rb
206 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/dependencies/autoload.rb
207 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/version.rb
208 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/extract_options.rb
209 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute_accessors.rb
210 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/concern.rb
211 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger_silence.rb
212 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/logger.rb
213 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger.rb
214 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support.rb
215 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/reporting.rb
216 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/blank.rb
217 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/key_generator.rb
218 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/initializable.rb
219 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/singleton_class.rb
220 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/delegation.rb
221 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/instance_delegator.rb
222 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb
223 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/mutex_m.rb
224 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb
225 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb
226 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications.rb
227 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/behaviors.rb
228 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/reporting.rb
229 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/aliasing.rb
230 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/method_wrappers.rb
231 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/proxy_wrappers.rb
232 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/deprecation.rb
233 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation.rb
234 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/ordered_options.rb
235 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/acts_like.rb
236 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/bigdecimal.bundle
237 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/duplicable.rb
238 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/deep_dup.rb
239 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/try.rb
240 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/inclusion.rb
241 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_param.rb
242 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_query.rb
243 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/base64.rb
244 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/multibyte.rb
245 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/multibyte.rb
246 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/transliterate.rb
247 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inflections.rb
248 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini/rexml.rb
249 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini.rb
250 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/keys.rb
251 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/conversions.rb
252 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/acts_like.rb
253 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/proxy_object.rb
254 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/duration.rb
255 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb
256 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/conversions.rb
257 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time_with_zone.rb
258 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/zones.rb
259 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb
260 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/calculations.rb
261 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/marshal.rb
262 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time.rb
263 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/acts_like.rb
264 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/zones.rb
265 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/calculations.rb
266 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/remove_method.rb
267 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/conversions.rb
268 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date.rb
269 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/acts_like.rb
270 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/calculations.rb
271 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/conversions.rb
272 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/zones.rb
273 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time.rb
274 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb
275 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/time.rb
276 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/conversions.rb
277 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/zones.rb
278 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time.rb
279 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/wrap.rb
280 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/reverse_merge.rb
281 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/conversions.rb
282 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/conversions.rb
283 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/instance_variables.rb
284 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/version.rb
285 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/generic_object.rb
286 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb
287 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16be.bundle
288 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16le.bundle
289 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32be.bundle
290 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32le.bundle
291 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/parser.bundle
292 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/generator.bundle
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html
---END------------------------------------------------------------------
# ./spec/support/tests/command_runner.rb:112:in `fail!'
# ./spec/support/tests/command_runner.rb:70:in `block (2 levels) in call'
# ./spec/support/tests/command_runner.rb:180:in `possibly_running_quickly'
# ./spec/support/tests/command_runner.rb:66:in `block in call'
# ./spec/support/tests/command_runner.rb:187:in `possibly_retrying'
# ./spec/support/tests/command_runner.rb:65:in `call'
# ./spec/support/tests/command_runner.rb:11:in `block in run'
# ./spec/support/tests/command_runner.rb:9:in `tap'
# ./spec/support/tests/command_runner.rb:9:in `run'
# ./spec/support/acceptance/helpers/command_helpers.rb:10:in `run_command'
# ./spec/support/acceptance/helpers/command_helpers.rb:24:in `run_command_within_bundle'
# ./spec/support/acceptance/helpers/command_helpers.rb:37:in `run_command_within_bundle!'
# ./spec/support/acceptance/helpers/command_helpers.rb:52:in `run_rake_tasks!'
# ./spec/acceptance/rails_integration_spec.rb:17:in `block (2 levels) in <top (required)>'
4) shoulda-matchers integrates with Rails in a project that uses RSpec
Failure/Error: run_rake_tasks! *%w(db:drop db:create db:migrate)
RuntimeError:
Command "BUNDLE_GEMFILE=\"/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Gemfile\" bundle exec rake db:drop db:create db:migrate --trace" exited with status .
Output:
---START----------------------------------------------------------------
Ignoring binding_of_caller-0.7.2 because its extensions are not built. Try: gem pristine binding_of_caller --version 0.7.2
Ignoring capybara-webkit-1.3.0 because its extensions are not built. Try: gem pristine capybara-webkit --version 1.3.0
Ignoring debug_inspector-0.0.2 because its extensions are not built. Try: gem pristine debug_inspector --version 0.0.2
Ignoring debugger-1.6.8 because its extensions are not built. Try: gem pristine debugger --version 1.6.8
Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2
Ignoring ffi-1.9.6 because its extensions are not built. Try: gem pristine ffi --version 1.9.6
Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7
Ignoring hitimes-1.2.2 because its extensions are not built. Try: gem pristine hitimes --version 1.2.2
Ignoring hpricot-0.8.6 because its extensions are not built. Try: gem pristine hpricot --version 0.8.6
Ignoring interception-0.5 because its extensions are not built. Try: gem pristine interception --version 0.5
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring kgio-2.9.2 because its extensions are not built. Try: gem pristine kgio --version 2.9.2
Ignoring mysql2-0.3.16 because its extensions are not built. Try: gem pristine mysql2 --version 0.3.16
Ignoring nokogiri-1.5.11 because its extensions are not built. Try: gem pristine nokogiri --version 1.5.11
Ignoring psych-1.3.4 because its extensions are not built. Try: gem pristine psych --version 1.3.4
Ignoring puma-2.9.1 because its extensions are not built. Try: gem pristine puma --version 2.9.1
Ignoring raindrops-0.13.0 because its extensions are not built. Try: gem pristine raindrops --version 0.13.0
Ignoring rmagick-2.13.3 because its extensions are not built. Try: gem pristine rmagick --version 2.13.3
Ignoring ruby-prof-0.15.1 because its extensions are not built. Try: gem pristine ruby-prof --version 0.15.1
Ignoring sqlite3-1.3.10 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.10
Ignoring sqlite3-1.3.9 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.9
Ignoring tiny_tds-0.6.2 because its extensions are not built. Try: gem pristine tiny_tds --version 0.6.2
Ignoring unf_ext-0.0.6 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.6
Ignoring unicorn-4.8.3 because its extensions are not built. Try: gem pristine unicorn --version 4.8.3
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0040 p:---- s:0126 e:000125 CFUNC :initialize
c:0039 p:---- s:0124 e:000123 CFUNC :new
c:0038 p:0075 s:0121 e:000118 METHOD /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67
c:0037 p:0070 s:0110 e:000108 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17
c:0036 p:0011 s:0107 e:000106 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12
c:0035 p:0056 s:0105 e:000104 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9 [FINISH]
c:0034 p:---- s:0103 e:000102 CFUNC :require
c:0033 p:0019 s:0099 e:000098 CLASS /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58
c:0032 p:0017 s:0097 e:000096 TOP /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54 [FINISH]
c:0031 p:---- s:0095 e:000094 CFUNC :require
c:0030 p:0009 s:0091 e:000090 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0029 p:---- s:0089 e:000088 CFUNC :require
c:0028 p:0071 s:0085 e:000084 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext [FINISH]
c:0027 p:---- s:0083 e:000082 CFUNC :require
c:0026 p:0023 s:0079 e:000078 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3 [FINISH]
c:0025 p:---- s:0077 e:000076 CFUNC :require
c:0024 p:0015 s:0073 e:000072 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2 [FINISH]
c:0023 p:---- s:0071 e:000070 CFUNC :require
c:0022 p:0007 s:0067 e:000066 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1 [FINISH]
c:0021 p:---- s:0065 e:000064 CFUNC :require
c:0020 p:0031 s:0061 e:000060 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4 [FINISH]
c:0019 p:---- s:0059 e:000058 CFUNC :require
c:0018 p:0047 s:0055 e:000054 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9 [FINISH]
c:0017 p:---- s:0053 e:000052 CFUNC :require
c:0016 p:0007 s:0049 e:000048 TOP /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1 [FINISH]
c:0015 p:---- s:0047 e:000046 CFUNC :require
c:0014 p:0026 s:0043 e:000042 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3 [FINISH]
c:0013 p:---- s:0041 e:000040 CFUNC :require
c:0012 p:0018 s:0037 e:000036 TOP /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4 [FINISH]
c:0011 p:---- s:0035 e:000034 CFUNC :load
c:0010 p:0009 s:0031 e:000030 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28
c:0009 p:0176 s:0027 e:000026 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689
c:0008 p:0007 s:0022 e:000021 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94
c:0007 p:0006 s:0020 e:000019 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0006 p:0007 s:0016 e:000015 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93
c:0005 p:0013 s:0013 e:000012 BLOCK /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77
c:0004 p:0006 s:0011 e:000010 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176
c:0003 p:0007 s:0007 e:000006 METHOD /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75
c:0002 p:0040 s:0004 E:002590 EVAL /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33 [FINISH]
c:0001 p:0000 s:0002 E:0013e0 TOP [FINISH]
-- Ruby level backtrace information ----------------------------------------
/Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake:33:in `<main>'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:75:in `run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:77:in `block in run'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile'
/Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/Rakefile:4:in `require'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/application.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/all.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails.rb:9:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/application.rb:4:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/engine.rb:1:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/railtie.rb:2:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/configuration.rb:3:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb:11:in `require'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>'
/Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb:3:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:54:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json.rb:58:in `require'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:9:in `<top (required)>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:12:in `<module:JSON>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext.rb:17:in `<module:Ext>'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `generator='
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `new'
/Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb:67:in `initialize'
-- Machine register context ------------------------------------------------
rax: 0x0000000000000008 rbx: 0x0000000000000008 rcx: 0x0000000000000008
rdx: 0x00007faabac2d310 rdi: 0x0000000000000008 rsi: 0x0000000000d8210e
rbp: 0x00007fff5285f360 rsp: 0x00007fff5285f340 r8: 0x0000000000000001
r9: 0x00000000000009e0 r10: 0x0000000000007238 r11: 0x000000010d412400
r12: 0x0000000000000008 r13: 0x00007faabd09e218 r14: 0x0000000000d8210e
r15: 0x00007faabdf35020 rip: 0x000000010d412411 rfl: 0x0000000000010202
-- C level backtrace information -------------------------------------------
0 libruby.2.2.0.dylib 0x000000010d53cbbb rb_vm_bugreport + 155
1 libruby.2.2.0.dylib 0x000000010d3e2d60 rb_bug_context + 480
2 libruby.2.2.0.dylib 0x000000010d4b9193 sigsegv + 83
3 libsystem_platform.dylib 0x00007fff8ccb0f1a _sigtramp + 26
4 libruby.2.2.0.dylib 0x000000010d412411 rb_hash_aref + 17
5 ??? 0x0000000000d8210e 0x0 + 14164238
-- Other runtime information -----------------------------------------------
* Loaded script: /Users/tristan/.rvm/rubies/ruby-2.2.0/bin/rake
* Loaded features:
0 enumerator.so
1 rational.so
2 complex.so
3 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/encdb.bundle
4 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/trans/transdb.bundle
5 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/unicode_normalize.rb
6 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/rbconfig.rb
7 thread.rb
8 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/thread.bundle
9 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/compatibility.rb
10 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/defaults.rb
11 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/deprecate.rb
12 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/errors.rb
13 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/version.rb
14 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/requirement.rb
15 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/platform.rb
16 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/basic_specification.rb
17 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/stub_specification.rb
18 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/util/stringio.rb
19 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb
20 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/exceptions.rb
21 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb
22 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/monitor.rb
23 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb
24 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems.rb
25 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/pathname.bundle
26 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/pathname.rb
27 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/constants.rb
28 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/io/console.bundle
29 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/user_interaction.rb
30 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/etc.bundle
31 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/config_file.rb
32 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/build_error.rb
33 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/builder.rb
34 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/configure_builder.rb
35 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/fileutils.rb
36 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/delegate.rb
37 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tmpdir.rb
38 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tempfile.rb
39 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/ext_conf_builder.rb
40 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/rake_builder.rb
41 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/optparse.rb
42 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/command.rb
43 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext/cmake_builder.rb
44 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/ext.rb
45 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_integration.rb
46 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/current_ruby.rb
47 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb
48 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/shared_helpers.rb
49 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_path_manipulation.rb
50 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/gem_helpers.rb
51 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/match_platform.rb
52 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/rubygems_ext.rb
53 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/version.rb
54 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler.rb
55 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc2396_parser.rb
56 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/rfc3986_parser.rb
57 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/common.rb
58 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/generic.rb
59 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ftp.rb
60 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/http.rb
61 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/https.rb
62 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldap.rb
63 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/ldaps.rb
64 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri/mailto.rb
65 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/uri.rb
66 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/settings.rb
67 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/path_support.rb
68 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest.bundle
69 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/digest.rb
70 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/digest/sha1.bundle
71 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/set.rb
72 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/definition.rb
73 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dependency.rb
74 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ruby_dsl.rb
75 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dsl.rb
76 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source_list.rb
77 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source.rb
78 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/socket.bundle
79 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/socket.rb
80 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/timeout.rb
81 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/protocol.rb
82 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/zlib.bundle
83 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/stringio.bundle
84 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/exceptions.rb
85 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/header.rb
86 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/windows_31j.bundle
87 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/generic_request.rb
88 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/request.rb
89 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/requests.rb
90 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/response.rb
91 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/responses.rb
92 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/proxy_delta.rb
93 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http/backward.rb
94 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/net/http.rb
95 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/date_core.bundle
96 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/date.rb
97 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/time.rb
98 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/http_pool.rb
99 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/https_pool.rb
100 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request/connection_pools.rb
101 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/request.rb
102 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/core.rb
103 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/util.rb
104 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi/cookie.rb
105 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/cgi.rb
106 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/uri_formatter.rb
107 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle
108 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/bn.rb
109 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/cipher.rb
110 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/config.rb
111 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/digest.rb
112 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/x509.rb
113 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/buffering.rb
114 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/fcntl.bundle
115 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl/ssl.rb
116 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/openssl.rb
117 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/securerandom.rb
118 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/resolv.rb
119 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/remote_fetcher.rb
120 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/text.rb
121 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/name_tuple.rb
122 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/spec_fetcher.rb
123 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/rubygems.rb
124 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/local_rubygems.rb
125 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb
126 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/forwardable.rb
127 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/spec_set.rb
128 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/environment.rb
129 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/runtime.rb
130 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/path.rb
131 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/resolver.rb
132 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/dep_proxy.rb
133 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/index.rb
134 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/source/git.rb
135 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui.rb
136 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/ui/silent.rb
137 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/remote_specification.rb
138 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/lazy_specification.rb
139 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/endpoint_specification.rb
140 /Users/tristan/.rvm/gems/ruby-2.2.0@global/gems/bundler-1.8.3/lib/bundler/setup.rb
141 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/version.rb
142 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/singleton.rb
143 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/ostruct.rb
144 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/module.rb
145 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/core.rb
146 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/string.rb
147 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/early_time.rb
148 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/late_time.rb
149 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/ext/time.rb
150 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/alt_system.rb
151 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/win32.rb
152 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/linked_list.rb
153 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cpu_counter.rb
154 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/scope.rb
155 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_argument_error.rb
156 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb
157 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/shellwords.rb
158 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_manager.rb
159 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/cloneable.rb
160 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils.rb
161 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_utils_ext.rb
162 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pathmap.rb
163 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_list.rb
164 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/promise.rb
165 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_pool.rb
166 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/private_reader.rb
167 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/thread_history_display.rb
168 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/trace_output.rb
169 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/application.rb
170 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/rake_module.rb
171 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/pseudo_status.rb
172 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task_arguments.rb
173 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_chain.rb
174 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb
175 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/task.rb
176 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_task.rb
177 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/file_creation_task.rb
178 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/multi_task.rb
179 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/dsl_definition.rb
180 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/default_loader.rb
181 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/name_space.rb
182 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake/backtrace.rb
183 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/rake.rb
184 /Users/tristan/Projects/shoulda-matchers/tmp/acceptance/test-project/config/boot.rb
185 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/ruby_version_check.rb
186 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
187 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
188 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe.rb
189 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/prepend_and_append.rb
190 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/deep_merge.rb
191 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/except.rb
192 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/slice.rb
193 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/version.rb
194 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/exceptions.rb
195 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
196 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n.rb
197 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/lazy_load_hooks.rb
198 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/i18n-0.7.0/lib/i18n/config.rb
199 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/i18n.rb
200 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
201 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
202 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
203 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/inflections.rb
204 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflections.rb
205 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/methods.rb
206 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/dependencies/autoload.rb
207 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/version.rb
208 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/extract_options.rb
209 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute_accessors.rb
210 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/concern.rb
211 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger_silence.rb
212 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/logger.rb
213 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/logger.rb
214 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support.rb
215 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/reporting.rb
216 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/blank.rb
217 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/key_generator.rb
218 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/railties-4.0.0/lib/rails/initializable.rb
219 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/singleton_class.rb
220 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/delegation.rb
221 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/instance_delegator.rb
222 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb
223 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/mutex_m.rb
224 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb
225 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb
226 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/notifications.rb
227 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/behaviors.rb
228 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/reporting.rb
229 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/aliasing.rb
230 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/method_wrappers.rb
231 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation/proxy_wrappers.rb
232 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/deprecation.rb
233 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/deprecation.rb
234 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/ordered_options.rb
235 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/acts_like.rb
236 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/bigdecimal.bundle
237 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/duplicable.rb
238 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/deep_dup.rb
239 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/try.rb
240 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/inclusion.rb
241 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_param.rb
242 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_query.rb
243 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/base64.rb
244 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/multibyte.rb
245 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/multibyte.rb
246 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/inflector/transliterate.rb
247 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inflections.rb
248 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini/rexml.rb
249 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/xml_mini.rb
250 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/keys.rb
251 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/conversions.rb
252 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/acts_like.rb
253 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/proxy_object.rb
254 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/duration.rb
255 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb
256 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/conversions.rb
257 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time_with_zone.rb
258 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/zones.rb
259 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb
260 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/calculations.rb
261 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time/marshal.rb
262 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/time.rb
263 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/acts_like.rb
264 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/zones.rb
265 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/calculations.rb
266 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/module/remove_method.rb
267 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date/conversions.rb
268 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date.rb
269 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/acts_like.rb
270 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/calculations.rb
271 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/conversions.rb
272 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/zones.rb
273 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time.rb
274 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb
275 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/time.rb
276 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/conversions.rb
277 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/string/zones.rb
278 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/time.rb
279 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/array/wrap.rb
280 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/reverse_merge.rb
281 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/conversions.rb
282 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/conversions.rb
283 /Users/tristan/Projects/shoulda-matchers/gemfiles/vendor/bundle/ruby/2.2.0/gems/activesupport-4.0.0/lib/active_support/core_ext/object/instance_variables.rb
284 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/version.rb
285 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/generic_object.rb
286 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/common.rb
287 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16be.bundle
288 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_16le.bundle
289 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32be.bundle
290 /Users/tristan/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/x86_64-darwin14/enc/utf_32le.bundle
291 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/parser.bundle
292 /Users/tristan/.rvm/gems/ruby-1.9.3-p194/gems/json-1.8.2/lib/json/ext/generator.bundle
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html
---END------------------------------------------------------------------
# ./spec/support/tests/command_runner.rb:112:in `fail!'
# ./spec/support/tests/command_runner.rb:70:in `block (2 levels) in call'
# ./spec/support/tests/command_runner.rb:180:in `possibly_running_quickly'
# ./spec/support/tests/command_runner.rb:66:in `block in call'
# ./spec/support/tests/command_runner.rb:187:in `possibly_retrying'
# ./spec/support/tests/command_runner.rb:65:in `call'
# ./spec/support/tests/command_runner.rb:11:in `block in run'
# ./spec/support/tests/command_runner.rb:9:in `tap'
# ./spec/support/tests/command_runner.rb:9:in `run'
# ./spec/support/acceptance/helpers/command_helpers.rb:10:in `run_command'
# ./spec/support/acceptance/helpers/command_helpers.rb:24:in `run_command_within_bundle'
# ./spec/support/acceptance/helpers/command_helpers.rb:37:in `run_command_within_bundle!'
# ./spec/support/acceptance/helpers/command_helpers.rb:52:in `run_rake_tasks!'
# ./spec/acceptance/rails_integration_spec.rb:17:in `block (2 levels) in <top (required)>'
Finished in 11.45 seconds (files took 0.24983 seconds to load)
6 examples, 4 failures
Failed examples:
rspec ./spec/acceptance/rails_integration_spec.rb:81 # shoulda-matchers integrates with Rails in a project that combines both RSpec and Test::Unit
rspec ./spec/acceptance/rails_integration_spec.rb:61 # shoulda-matchers integrates with Rails in a project that uses Spring
rspec ./spec/acceptance/rails_integration_spec.rb:37 # shoulda-matchers integrates with Rails in a project that uses the default test framework
rspec ./spec/acceptance/rails_integration_spec.rb:49 # shoulda-matchers integrates with Rails in a project that uses RSpec
Randomized with seed 49670
Non shoulda-matchers warnings were raised during the test run. These have been written to /Users/tristan/Projects/shoulda-matchers/tmp/irrelevant_warnings.txt.
All warnings were written to /Users/tristan/Projects/shoulda-matchers/tmp/all_warnings.txt.
rake aborted!
Command failed with status (1): [rake spec:acceptance...]
/Users/tristan/Projects/shoulda-matchers/Rakefile:25:in `block in <top (required)>'
Tasks: TOP => default
(See full trace by running task with --trace)
tristan@mir ~/Projects/shoulda-matchers [master *]
± % !10190
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment