Sha256: ddd850ddc33e4bbaf1532813d25abc233996d8bd6baae776e0a609ad68af74ae

Contents?: true

Size: 135 Bytes

Versions: 27

Compression:

Stored size: 135 Bytes

Contents

def fixture(name)
  File.read fixture_path(name)
end

def fixture_path(name)
  Evrone::CI::Router.root.join("fixtures", name.to_s)
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
evrone-ci-router-0.2.0.pre7 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre6 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre5 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre4 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre3 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre1 spec/support/fixture.rb
evrone-ci-router-0.2.0.pre0 spec/support/fixture.rb