Sha256: 83eb9fb26c882627ddabea4897d18cb1a028c58e4de166ea66c7e9e1f34ccb9a

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

silence_warnings do
  require 'coveralls'
  Coveralls.wear!
end

RSpec.configure do |config|
  config.order = :random
  Kernel.srand config.seed

  config.expect_with :rspec do |expectations|
    expectations.syntax = :expect
  end

  config.mock_with :rspec do |mocks|
    mocks.syntax = :expect
    mocks.verify_partial_doubles = true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jerry-1.0.1 spec/spec_helper.rb
jerry-1.0.0 spec/spec_helper.rb