Sha256: f459058b892c17dad58d1ec1e69ae8cd1b45163dfa6168125b2e3450b74b2c6b
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
require "bundler" Bundler.setup ENV["RAILS_ENV"] ||= 'test' require 'rails_app/config/environment' require 'rspec/rails' require 'shoulda/integrations/rspec2' require 'rubygems' RSpec.configure do |config| config.before(:all) do class ::ApplicationController < ActionController::Base end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
firewall_constraint-0.0.2 | spec/spec_helper.rb |
firewall_constraint-0.0.1 | spec/spec_helper.rb |