Sha256: 7bb4e4149c7180d63b93936a39edef219e750a6f863a8a2c06ae89ec390f0bd0

Contents?: true

Size: 272 Bytes

Versions: 17

Compression:

Stored size: 272 Bytes

Contents

require 'bundler/setup'
require 'rest_client'
require './spec/helpers'

Bundler.setup

require 'simplecov'
SimpleCov.start do
end

# and any other gems you need
require 'rents'
require 'faker'

RSpec.configure do |c|
  # some (optional) config here
  c.include Helpers
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rents-1.0.4 spec/spec_helper.rb
rents-1.0.3 spec/spec_helper.rb
rents-1.0.2 spec/spec_helper.rb
rents-1.0.1 spec/spec_helper.rb
rents-1.0.0 spec/spec_helper.rb
rents-0.1.11 spec/spec_helper.rb
rents-0.1.10 spec/spec_helper.rb
rents-0.1.9 spec/spec_helper.rb
rents-0.1.8 spec/spec_helper.rb
rents-0.1.7 spec/spec_helper.rb
rents-0.1.6 spec/spec_helper.rb
rents-0.1.5 spec/spec_helper.rb
rents-0.1.4 spec/spec_helper.rb
rents-0.1.3 spec/spec_helper.rb
rents-0.1.2 spec/spec_helper.rb
rents-0.1.1 spec/spec_helper.rb
rents-0.1.0 spec/spec_helper.rb