1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/spec
Elliot Winkler a9c3e9d0f2 Always use doc formatter for RSpec by default
Prior to this commit we only told RSpec to use the doc formatter if we
were running one test file. When a test file is being run using Zeus,
`unit_spec_helper` (and thus `spec_helper`) are loaded ahead of time.
This means that from RSpec's perspective, no files are being run, and so
the documentation formatter is not chosen, which means that the default
progress reporter is used.

This guard was added primarily to ensure that when tests are run on CI,
the progress reporter is used instead of the documentation formatter.
This happens anyway, though, because we pass that manually to RSpec
within the Rakefile. So we don't need this guard.
2016-01-07 11:50:04 -07:00
..
acceptance Add ignoring_interference_by_writer to all matchers 2016-01-05 00:58:16 -07:00
support Do not apply .railsrc 2016-01-06 10:21:43 -07:00
unit/shoulda/matchers Remove IneffectiveTestError 2016-01-05 21:50:27 -07:00
warnings_spy Be better about looking for warnings on Travis 2014-12-16 20:30:05 -07:00
acceptance_spec_helper.rb Extract a common spec helper 2015-10-07 23:32:51 -06:00
doublespeak_spec_helper.rb Extract a common spec helper 2015-10-07 23:32:51 -06:00
report_warnings.rb
spec_helper.rb Always use doc formatter for RSpec by default 2016-01-07 11:50:04 -07:00
unit_spec_helper.rb Add ValidationMatcherScenario for use in tests 2016-01-05 00:58:16 -07:00
warnings_spy.rb Fail build if there are warnings 2015-02-09 10:48:49 -07:00