Sha256: 6c8e99d6561e23927e04477af7029105bd72d061b651a7e4c1a90878708487a8

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'coveralls'
Coveralls.wear!
require 'capistrano'

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../dummy/config/environment',  __FILE__)
require 'rspec/rails'
require 'capistrano-env'

RSpec.configure do |_config|
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-env-0.2.0 spec/rails_helper.rb