Sha256: 992f15abfa71347781ccefd33c59479e95da43f77063470fbc3e4008278cb410

Contents?: true

Size: 190 Bytes

Versions: 4

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

  config.mock_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
windcharger-0.7.0 spec/spec_helper.rb
windcharger-0.6.0 spec/spec_helper.rb
windcharger-0.5.0 spec/spec_helper.rb
windcharger-0.4.0 spec/spec_helper.rb