Sha256: ff9e30aa04079af8c685836b4677706454c53e88d98669659ab230fa1f5eef0a

Contents?: true

Size: 291 Bytes

Versions: 7

Compression:

Stored size: 291 Bytes

Contents

require 'ibandit'
require 'rspec/its'
require 'json'

RSpec.configure do |config|
  config.mock_with(:rspec) { |mocks| mocks.verify_partial_doubles = true }
  config.raise_errors_for_deprecations!
end

def json_fixture(filename)
  JSON.parse(File.read("spec/fixtures/#{filename}.json"))
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ibandit-0.3.4 spec/spec_helper.rb
ibandit-0.3.3 spec/spec_helper.rb
ibandit-0.3.2 spec/spec_helper.rb
ibandit-0.3.1 spec/spec_helper.rb
ibandit-0.3.0 spec/spec_helper.rb
ibandit-0.2.1 spec/spec_helper.rb
ibandit-0.2.0 spec/spec_helper.rb