Class: AktionTest::Module::RSpec
- Defined in:
- lib/aktion_test/module/rspec.rb
Instance Method Summary collapse
Methods inherited from Base
#cleanup, #initialize, #prepare
Constructor Details
This class inherits a constructor from AktionTest::Module::Base
Instance Method Details
#configure ⇒ Object
4 5 6 7 8 |
# File 'lib/aktion_test/module/rspec.rb', line 4 def configure rspec. = true rspec.run_all_when_everything_filtered = true rspec.order = 'random' end |