-
-
Notifications
You must be signed in to change notification settings - Fork 756
Comparing changes
Open a pull request
base repository: rspec/rspec-core
base: v2.14.3
head repository: rspec/rspec-core
compare: v2.14.4
- 11 commits
- 12 files changed
- 2 contributors
Commits on Jul 15, 2013
-
Add helper methods to assist with spec'ing deprecations.
The most consistently tricky part to get right is the call site, so that's what this helper method helps with.
Configuration menu - View commit details
-
Copy full SHA for fac618a - Browse repository at this point
Copy the full SHA fac618aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 651e4b0 - Browse repository at this point
Copy the full SHA 651e4b0View commit details
Commits on Jul 16, 2013
-
refactor configuration so that requires happen before spec files are …
…loaded to ensure we can programatically configure pattern
Configuration menu - View commit details
-
Copy full SHA for 66123fc - Browse repository at this point
Copy the full SHA 66123fcView commit details
Commits on Jul 18, 2013
-
Merge pull request #994 from rspec/force_require_before_specfiles_loaded
Force require (and libs) before spec files loaded.
Configuration menu - View commit details
-
Copy full SHA for 357286a - Browse repository at this point
Copy the full SHA 357286aView commit details -
Autoload RSpec::Mocks and RSpec::Expectations.
We already autoload RSpec::Matchers to support folks using `RSpec::Matchers.define` before the normal time that rspec-core loads rspec-expectation (e.g. right before eval'ing the first example group block). This extends it to RSpec::Mocks and RSpec::Expectations for parity and to improve things for folks who we accidentally broke via this rspec gem change: rspec/rspec@f10bedd That was put in place to address rspec/rspec-mocks#359, which has more info.
Configuration menu - View commit details
-
Copy full SHA for c56eb34 - Browse repository at this point
Copy the full SHA c56eb34View commit details -
Merge pull request #1000 from rspec/autoload_other_rspec_libs
Autoload RSpec::Mocks and RSpec::Expectations.
Configuration menu - View commit details
-
Copy full SHA for 7d54601 - Browse repository at this point
Copy the full SHA 7d54601View commit details
Commits on Jul 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f24274b - Browse repository at this point
Copy the full SHA f24274bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d84904c - Browse repository at this point
Copy the full SHA d84904cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7d797 - Browse repository at this point
Copy the full SHA bf7d797View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7df747 - Browse repository at this point
Copy the full SHA c7df747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26451e9 - Browse repository at this point
Copy the full SHA 26451e9View 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 v2.14.3...v2.14.4