Comparing changes
Open a pull request
base repository: rspec/rspec-rails
base: v3.8.1
head repository: rspec/rspec-rails
compare: v3.8.2
- 16 commits
- 20 files changed
- 9 contributors
Commits on Dec 26, 2018
-
-
removed rails 5.0 check for mailer preview generator (#2037)
* removed rails 5.0 check for mailer preview generator * Add test fot mailer generator
-
-
-
Fix generate request spec name has
/(#2057)Use `name.underscore.pluralize` instead of file and table name to handle the case where generating request specs for name spaced files
-
Commits on Jan 13, 2019
-
Truncate method names further in system tests (#2058)
* Truncate method names further in system tests ref: https://github.com/rspec/rspec-rails/pull/1999/files If system test fails, a screenshot is taken, but if the file name exceeds 255 characters(e.g. using turnip), the following error will be output. ``` File name too long @ rb_sysopen ``` The file name is prepended with `failures_` so further truncation is needed.
-
-
-
-
-
Commits on Jan 17, 2019
-
Backport: Change negated active job matcher (#2069)
This is a partial backport of #2069 that doesn't include changes on "have_enqueued_mail" tests. When expecting no job to be enqueued, the matcher would expect exactly one job not to have been enqueued. This commit changes so that it now expects no jobs to have been enqueued.
-
-
-
Merge pull request #2067 from benoittgt/3-8-maintenance-prep
3.8.2 release
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.8.1...v3.8.2