Sha256: 9aab6f603b2b1c802d4272073f56e6eeb928a417fab70f99cf51a6b807b13df8

Contents?: true

Size: 242 Bytes

Versions: 9

Compression:

Stored size: 242 Bytes

Contents

require "coveralls"
Coveralls.wear!

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "fling"

RSpec.configure(&:disable_monkey_patching!)

def fixture(name)
  File.read File.expand_path("../fixtures/#{name}", __FILE__)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fling-0.1.2 spec/spec_helper.rb
fling-0.1.0 spec/spec_helper.rb
fling-0.0.9 spec/spec_helper.rb
fling-0.0.8 spec/spec_helper.rb
fling-0.0.7 spec/spec_helper.rb
fling-0.0.6 spec/spec_helper.rb
fling-0.0.5 spec/spec_helper.rb
fling-0.0.4 spec/spec_helper.rb
fling-0.0.3 spec/spec_helper.rb