Sha256: 56486ede77b76af6da1e76b8432ba044356088810f5ebb652aeff161ac3cc06d

Contents?: true

Size: 136 Bytes

Versions: 10

Compression:

Stored size: 136 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
startcoin-client-0.0.6 spec/support/fixtures_helper.rb
startcoin-client-0.0.5 spec/support/fixtures_helper.rb
startcoin-client-0.0.4 spec/support/fixtures_helper.rb
startcoin-client-0.0.3 spec/support/fixtures_helper.rb
dogecoin-client-0.0.4 spec/support/fixtures_helper.rb
dogecoin-client-0.0.3 spec/support/fixtures_helper.rb
bitcoin-client-0.0.3 spec/support/fixtures_helper.rb
bitcoin-client-0.0.2 spec/support/fixtures_helper.rb
ramontayag-bitcoin-client-0.1.0 spec/support/fixtures_helper.rb
bitcoin-client-0.0.1 spec/support/fixtures_helper.rb