Sha256: 2b5e6e675a08fb33e8e72182b83ebbeb4dae8a0d95a8585bf539a1d94d2724e2
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + "/rails_root/config/environment") $:.unshift File.expand_path(File.dirname(File.dirname(__FILE__))) require 'reputation' require 'shoulda' require 'spec/rails' Spec::Runner.configure do |config| # config end Dir.glob('spec/helpers/*.rb') do |f| require f end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
reputation-0.0.5 | spec/spec_helper.rb |
reputation-0.0.4 | spec/spec_helper.rb |
reputation-0.0.3 | spec/spec_helper.rb |
reputation-0.0.2 | spec/spec_helper.rb |