-
-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: rspec/rspec-support
base: v3.5.0.beta2
head repository: rspec/rspec-support
compare: v3.5.0.beta3
- 15 commits
- 7 files changed
- 5 contributors
Commits on Mar 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a13fa77 - Browse repository at this point
Copy the full SHA a13fa77View commit details -
Merge pull request #268 from rspec/handle_jruby_split_issue
Fix JRuby bug with encoded string splitting
Configuration menu - View commit details
-
Copy full SHA for 635f4b5 - Browse repository at this point
Copy the full SHA 635f4b5View commit details
Commits on Mar 19, 2016
-
Add missing require for matcher_definition.rb in object_formatter.rb
``` $ pry [1] pry(main)> require 'rspec/support' => true [2] pry(main)> RSpec::Support.require_rspec_support 'object_formatter' => true [3] pry(main)> RSpec::Support::ObjectFormatter.format(:foo) NoMethodError: undefined method `is_a_matcher?' for RSpec::Support:Module from /Users/me/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rspec-support-3.4.1/lib/rspec/support/object_formatter.rb:36:in `prepare_for_inspection' ```
Configuration menu - View commit details
-
Copy full SHA for a35f9d8 - Browse repository at this point
Copy the full SHA a35f9d8View commit details -
Support objects that don't respond to #inspect in ObjectFormatter
``` [3] pry(main)> RSpec::Support::ObjectFormatter.format(BasicObject.new) NoMethodError: undefined method `inspect' for #<BasicObject:0x007fb0252a5a08> ```
Configuration menu - View commit details
-
Copy full SHA for 89a2eaf - Browse repository at this point
Copy the full SHA 89a2eafView commit details -
Merge pull request #269 from rspec/support-uninspectable-object-in-ob…
…ject-formatter Support objects that don't respond to #inspect in ObjectFormatter
Configuration menu - View commit details
-
Copy full SHA for 8239549 - Browse repository at this point
Copy the full SHA 8239549View commit details
Commits on Mar 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 60fc86a - Browse repository at this point
Copy the full SHA 60fc86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6772198 - Browse repository at this point
Copy the full SHA 6772198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19486f2 - Browse repository at this point
Copy the full SHA 19486f2View commit details -
Support recursive collections in ObjectFormatter
This fixes #267.
Configuration menu - View commit details
-
Copy full SHA for 6a36db6 - Browse repository at this point
Copy the full SHA 6a36db6View commit details
Commits on Mar 21, 2016
-
Merge pull request #270 from rspec/support-recursive-collections-in-o…
…bject-formatter Support recursive collections in ObjectFormatter
Configuration menu - View commit details
-
Copy full SHA for 2975001 - Browse repository at this point
Copy the full SHA 2975001View commit details -
Use new
filter_run_when_matching
API.Follow up to rspec/rspec-core#2206.
Configuration menu - View commit details
-
Copy full SHA for d6e6669 - Browse repository at this point
Copy the full SHA d6e6669View commit details
Commits on Mar 22, 2016
-
Merge pull request #271 from rspec/myron/filter-run-when-matching
Use new `filter_run_when_matching` API.
Configuration menu - View commit details
-
Copy full SHA for ebaf25c - Browse repository at this point
Copy the full SHA ebaf25cView commit details
Commits on Mar 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c51842e - Browse repository at this point
Copy the full SHA c51842eView commit details
Commits on Mar 28, 2016
-
Merge pull request #272 from rspec/handle-non-immediate-recursive-str…
…uctures Handle non-immediate recursive structures in ObjectFormatter
Configuration menu - View commit details
-
Copy full SHA for 7f7b92b - Browse repository at this point
Copy the full SHA 7f7b92bView commit details
Commits on Apr 2, 2016
-
Temporarily set version for release of 3.5.0.beta3
Sam Phippen committedApr 2, 2016 Configuration menu - View commit details
-
Copy full SHA for ca2e88f - Browse repository at this point
Copy the full SHA ca2e88fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.0.beta2...v3.5.0.beta3