Sha256: 7dcc9eed03a4767992de407d31c736fc8d8b07336420d93d416563ee5a2873a8
Contents?: true
Size: 166 Bytes
Versions: 3
Compression:
Stored size: 166 Bytes
Contents
RSpec.configure do |config| config.order = 'random' config.expect_with(:rspec){ |c| c.syntax = :expect } config.mock_with(:rspec){ |c| c.syntax = :expect } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vendorise-0.2.0 | spec/spec_helper.rb |
vendorise-0.1.1 | spec/spec_helper.rb |
vendorise-0.1.0 | spec/spec_helper.rb |