Sha256: 67f425c066742c939a06eebaaa93684093e5a64517d7fe000c7dfb91d4e97de7
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'arrthorizer' ENV['RAILS_ENV'] ||= 'test' require File.expand_path("../dummy/config/environment.rb", __FILE__) RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arrthorizer-0.4.2 | spec/spec_helper.rb |
arrthorizer-0.4.1 | spec/spec_helper.rb |