Sha256: cb45a255422ef09a9e8b754ee8cb5371e73688229e6992d8334de396d5c8464a
Contents?: true
Size: 272 Bytes
Versions: 4
Compression:
Stored size: 272 Bytes
Contents
require "bundler" Bundler.setup ENV["RAILS_ENV"] ||= 'test' require 'rails_app/config/environment' require 'rspec/rails' require 'rubygems' RSpec.configure do |config| config.before(:all) do class ::ApplicationController < ActionController::Base end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
firewall_constraint-0.1.3 | spec/spec_helper.rb |
firewall_constraint-0.1.2 | spec/spec_helper.rb |
firewall_constraint-0.1.1 | spec/spec_helper.rb |
firewall_constraint-0.1.0 | spec/spec_helper.rb |