Sha256: b3041253e413c1438e6ef70b943b08a1924ef0955d2151d59819ecfc71c082ee
Contents?: true
Size: 913 Bytes
Versions: 13
Compression:
Stored size: 913 Bytes
Contents
# Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} require "#{File.dirname(__FILE__)}/../lib/pivotal_to_pdf" Dir["#{File.dirname(__FILE__)}/../lib/**/*.rb"].each {|f| require f} RSpec.configure do |config| # == Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr config.mock_with :rspec # out = ENV['CC_BUILD_ARTIFACTS'] || "#{Rails.root}" # config.output_stream = File.open("#{out}/UnitTests/index.html", "w") if config.formatter_class.name =~ /HtmlFormatter/ # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, comment the following line or assign false # instead of true. end
Version data entries
13 entries across 13 versions & 1 rubygems