- Aug 14, 2021
-
-
Jon Rowe authored
Fix keyword arguments in dynamic methods in controller specs
- Apr 29, 2021
-
-
Jon Rowe authored
-
Phil Pirozhkov authored
Fix FixtureSupport#run_in_transaction?
-
- Apr 21, 2021
-
-
Jon Rowe authored
-
Nick Flückiger authored
* Implement check to prevent duplicate job naming
-
Phil Pirozhkov authored
Rename filenames from travis to ci
-
- Mar 22, 2021
-
-
Jon Rowe authored
-
- Mar 18, 2021
-
- Mar 17, 2021
- Mar 09, 2021
- Mar 08, 2021
-
-
Jon Rowe authored
-
Paulo DAlberti authored
-
- Mar 07, 2021
-
-
Jon Rowe authored
-
- Mar 06, 2021
- Mar 01, 2021
-
-
Phil Pirozhkov authored
Made a link to 4-0-maintenance branch
-
hxrxchang authored
-
- Feb 24, 2021
-
-
Phil Pirozhkov authored
Update ammeter dependency to support RSpec 4
-
Phil Pirozhkov authored
-
- Feb 22, 2021
-
-
Phil Pirozhkov authored
Work around ammeter' incompatibility with RSpec 4
-
Phil Pirozhkov authored
See: - rspec/rspec-core#1821 - rspec/rspec-core#2874 - alexrothenberg/ammeter#64 - example failure (Ammeter::RSpec::Rails::GeneratorExampleGroup that defines destination is not included) https://github.com/rspec/rspec-core/pull/2874/checks?check_run_id=1942170588 Alternative to #2468
-
- Feb 21, 2021
-
-
Phil Pirozhkov authored
Prevent collisions on let(:name) and let(:method_name)
-
Jon Rowe authored
Prevent collisions on let(:name) and let(:method_name)
-
Phil Pirozhkov authored
Snippet is a self-contained example that defines the configuration, Rails project code and specs to run. Snippets: - allow for clean separation between different snippets - work quite fast - reuse the already installed gems that specs and Cukes use - do not litter - do not depend on other parts of the build In theory snippets retain the ability to use generators and arbitrary commands, but it makes the case under test less evident. Co-authored-by:
Benoit Tigeot <benoit@hopsandfork.com>
-
- Feb 20, 2021