Sha256: 0e560f56c5300c1493ff9ed4fa8a0c476afd02bbb4ca3eaf356a275510964f04
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
unless defined? RADIANT_ROOT ENV["RAILS_ENV"] = "test" require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/boot" require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/environment" end require 'spec/rails' # require File.expand_path(File.dirname(__FILE__) + "/blueprints") Spec::Runner.configure do |config| config.use_transactional_fixtures = true # config.use_instantiated_fixtures = false # config.fixture_path = RAILS_ROOT + '/spec/fixtures' # You can declare fixtures for each behaviour like this: # describe "...." do # fixtures :table_a, :table_b # # Alternatively, if you prefer to declare them only once, you can # do so here, like so ... # # config.global_fixtures = :table_a, :table_b # # If you declare global fixtures, be aware that they will be declared # for all of your examples, even those that don't use them. end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-paperclipped-extension-0.8.1 | spec/spec_helper.rb |