Sha256: af4b2fa0276a76233c6b66e810c95d64c494e09eaef72af2d33c3703d342d259

Contents?: true

Size: 356 Bytes

Versions: 22

Compression:

Stored size: 356 Bytes

Contents

require 'simplecov'
SimpleCov.start 'rails'

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../spec/dummy/config/environment", __FILE__)

require 'rspec/rails'
require 'rspec/autorun'
require 'pry'

require File.expand_path('../../lib/api_taster', __FILE__)
Dir[ApiTaster::Engine.root.join('spec/support/**/*.rb', __FILE__)].each {|f| require f}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
api_taster-0.8.4 spec/spec_helper.rb
api_taster-0.8.3 spec/spec_helper.rb
api_taster-0.8.2 spec/spec_helper.rb
api_taster-0.8.1 spec/spec_helper.rb
api_taster-0.7.0 spec/spec_helper.rb
api_taster-0.6.0 spec/spec_helper.rb
api_taster-0.5.1 spec/spec_helper.rb
api_taster-0.5.0 spec/spec_helper.rb
api_taster-0.4.8 spec/spec_helper.rb
api_taster-0.4.7 spec/spec_helper.rb
api_taster-0.4.6 spec/spec_helper.rb
api_taster-0.4.5 spec/spec_helper.rb
api_taster-0.4.4 spec/spec_helper.rb
api_taster-0.4.3 spec/spec_helper.rb
api_taster-0.4.2 spec/spec_helper.rb
api_taster-0.4.1 spec/spec_helper.rb
api_taster-0.4.0 spec/spec_helper.rb
api_taster-0.3.0 spec/spec_helper.rb
api_taster-0.2.2 spec/spec_helper.rb
api_taster-0.2.1 spec/spec_helper.rb