Sha256: 6f0533a3eae9deec53873b023bd44014de2d60ac7ee5da0d105452d2db552807

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

Before do
  VCR.use_cassette("clean_database_for_testing") do
    conn = Faraday.new(url: "http://#{WEBSERVER}:#{HTTP_PORT_NUMBER}")
    conn.post '/SampleService/RubyOData.svc/CleanDatabaseForTesting'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 features/support/hooks.rb