-
-
Notifications
You must be signed in to change notification settings - Fork 752
Comparing changes
Open a pull request
base repository: rspec/rspec-core
base: v3.0.2
head repository: rspec/rspec-core
compare: v3.0.3
- 13 commits
- 11 files changed
- 3 contributors
Commits on Jun 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ed1d7c6 - Browse repository at this point
Copy the full SHA ed1d7c6View commit details
Commits on Jun 29, 2014
-
Backport pull request #1623 from treppo/master
Removing code duplication in feature test The verification on the expectors was run twice in the feature test for the integration of mocking frameworks. Tests still pass, maybe a millisecond faster.
Configuration menu - View commit details
-
Copy full SHA for 64696d1 - Browse repository at this point
Copy the full SHA 64696d1View commit details
Commits on Jul 15, 2014
-
- The original spec had a double-slashed path like '/Code/gems//arbitrary'. - Stubbing `Dir.getwd` forced the implementation to use that, but we'd like to reuse `RSpec::Metadata.relative_path` which does not use `Dir.getwd` internally.
2Configuration menu - View commit details
-
Copy full SHA for 5c28843 - Browse repository at this point
Copy the full SHA 5c28843View commit details -
Refactor backtrace formatter implementation.
- doesnt_match_inclusion_pattern_unless_system_exclusion? has a double negative and was being used in a compound conditional, which made my head explode. I couldn't understand it at all. - Reuse `Metadata.relative_path` rather than having our own logic to do that. - It'll perform better to get the relative path once rather than doing it once per pattern in the `patterns.any?` block. - Add spec for case that is covered by a cucumber scenario but not by an existing spec (an earlier version of this commit broke that cucumber scenario but no specs failed, revealing the missing spec coverage).
Configuration menu - View commit details
-
Copy full SHA for 0dee3ee - Browse repository at this point
Copy the full SHA 0dee3eeView commit details
Commits on Jul 16, 2014
-
Merge pull request #1636 from nicklink483/fix_metadata_build_descript…
…ion_from describe parameters can now be classes without error
Configuration menu - View commit details
-
Copy full SHA for 21f2a8b - Browse repository at this point
Copy the full SHA 21f2a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6d4ec - Browse repository at this point
Copy the full SHA ca6d4ecView commit details -
Merge pull request #1616 from rspec/fix_exclusion_priority_for_workin…
…g_directory Ignore working directory when excluding system patterns.
Configuration menu - View commit details
-
Copy full SHA for b7548b3 - Browse repository at this point
Copy the full SHA b7548b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00370ab - Browse repository at this point
Copy the full SHA 00370abView commit details -
Merge pull request #1642 from rspec/update_rake_task_docs
Update rake task docs with note about LoadError
Configuration menu - View commit details
-
Copy full SHA for 1d051f2 - Browse repository at this point
Copy the full SHA 1d051f2View commit details
Commits on Jul 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for dfaac70 - Browse repository at this point
Copy the full SHA dfaac70View commit details
Commits on Jul 19, 2014
-
Merge pull request #1637 from tomykaira/fix_wrap_args
Add placeholder for code_or_symbol to NullColorizer
Configuration menu - View commit details
-
Copy full SHA for ba9da85 - Browse repository at this point
Copy the full SHA ba9da85View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7f121 - Browse repository at this point
Copy the full SHA af7f121View commit details
Commits on Jul 21, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 527d829 - Browse repository at this point
Copy the full SHA 527d829View 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.0.2...v3.0.3