Sha256: 8e0eefb06debe87d342a09fa51e44c0562cb1a9344180e4e618678160a8366c9

Contents?: true

Size: 362 Bytes

Versions: 32

Compression:

Stored size: 362 Bytes

Contents

require 'webmock/rspec'
require 'restfully'
require 'json'

require 'restfully/media_type/application_vnd_bonfire_xml'

def fixture(filename)
  File.read(File.join(File.dirname(__FILE__), "fixtures", filename))
end

RSpec.configure do |config|

  config.before(:each) do
    Restfully::MediaType.reset
  end

  # == Mock Framework
  config.mock_with :rspec

end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
restfully-1.3.0 spec/spec_helper.rb
restfully-1.2.0 spec/spec_helper.rb
restfully-1.1.1 spec/spec_helper.rb
restfully-1.1.0 spec/spec_helper.rb
restfully-1.0.8 spec/spec_helper.rb
restfully-1.0.7 spec/spec_helper.rb
restfully-1.0.6 spec/spec_helper.rb
restfully-1.0.5 spec/spec_helper.rb
restfully-1.0.4 spec/spec_helper.rb
restfully-1.0.3 spec/spec_helper.rb
restfully-1.0.2 spec/spec_helper.rb
restfully-1.0.1 spec/spec_helper.rb
restfully-1.0.0 spec/spec_helper.rb
restfully-1.0.0.rc2 spec/spec_helper.rb
restfully-1.0.0.rc1 spec/spec_helper.rb
restfully-0.8.8 spec/spec_helper.rb
restfully-0.8.7 spec/spec_helper.rb
restfully-0.8.6 spec/spec_helper.rb
restfully-0.8.5 spec/spec_helper.rb
restfully-0.8.4 spec/spec_helper.rb