Sha256: 77f28af0484b35a878c709a6c4abf15a8d436e65e22d594a5e28ba97b7b4965b

Contents?: true

Size: 364 Bytes

Versions: 6

Compression:

Stored size: 364 Bytes

Contents

require 'rdstation-ruby-client'
require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/cassettes'
  c.hook_into :webmock
  c.configure_rspec_metadata!
end

# RSpec.configure do |c|
#   # so we can use :vcr rather than :vcr => true;
#   # in RSpec 3 this will no longer be necessary.
#   c.treat_symbols_as_metadata_keys_with_true_values = true
# end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rdstation-ruby-client-0.1.1 spec/spec_helper.rb
rdstation-ruby-client-0.1 spec/spec_helper.rb
rdstation-ruby-client-0.0.5 spec/spec_helper.rb
rdstation-ruby-client-0.0.4 spec/spec_helper.rb
rdstation-ruby-client-0.0.3 spec/spec_helper.rb
rdstation-ruby-client-0.0.2 spec/spec_helper.rb