Sha256: 892bb66e03bde3aacf7b8c119f1b5976c9ce461a5c9715e0d9eea4a8e7e05f35
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
require 'rubygems' ENV['RAILS_ENV'] = 'test' require File.expand_path('../../config/environment', __FILE__) require 'rspec/rails' RSpec.configure do |config| config.mock_with :rspec config.expect_with :rspec config.include RSpec::Rails::RequestExampleGroup, type: :request, file_path: /spec\/api/ end require 'capybara/rspec' require File.expand_path( '../../../multiverse_helper', File.dirname(__FILE__))
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vitals-0.4.0 | integration/multiverse/grape-on-rails/spec/spec_helper.rb |
vitals-0.3.0 | integration/multiverse/grape-on-rails/spec/spec_helper.rb |