Sha256: d51c179962a5b639ca4fbd1be89c33d8c0d324a66cf39fca9c54d741a13f1840
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
require 'state_machine' require 'state_machine_rspec' require 'timecop' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.order = 'random' config.include StateMachineRspec::Matchers end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
state_machine_rspec-0.1.3 | spec/spec_helper.rb |
state_machine_rspec-0.1.2 | spec/spec_helper.rb |
state_machine_rspec-0.1.1 | spec/spec_helper.rb |
state_machine_rspec-0.1.0 | spec/spec_helper.rb |