Sha256: 81a8896dcd0d51c092bb60557e7f867c0547f75c72f7e6a9d3d2b6e41f5bc07b

Contents?: true

Size: 191 Bytes

Versions: 42

Compression:

Stored size: 191 Bytes

Contents

module GunBroker
  module Test
    module Fixtures

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

    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
gun_broker-1.4.8 spec/support/fixtures.rb
gun_broker-1.4.7 spec/support/fixtures.rb
gun_broker-1.4.6 spec/support/fixtures.rb
gun_broker-1.4.5 spec/support/fixtures.rb
gun_broker-1.4.4 spec/support/fixtures.rb
gun_broker-1.4.3 spec/support/fixtures.rb
gun_broker-1.4.2 spec/support/fixtures.rb
gun_broker-1.4.1 spec/support/fixtures.rb
gun_broker-1.4.0 spec/support/fixtures.rb
gun_broker-1.3.2 spec/support/fixtures.rb
gun_broker-1.3.1 spec/support/fixtures.rb
gun_broker-1.3.0 spec/support/fixtures.rb
gun_broker-1.2.1.1 spec/support/fixtures.rb
gun_broker-1.2.1 spec/support/fixtures.rb
gun_broker-1.2.0 spec/support/fixtures.rb
gun_broker-1.1.3.1 spec/support/fixtures.rb
gun_broker-1.1.2 spec/support/fixtures.rb
gun_broker-1.1.1 spec/support/fixtures.rb
gun_broker-1.1.0 spec/support/fixtures.rb
gun_broker-1.0.0 spec/support/fixtures.rb