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

Version Path
pivotal_to_pdf-1.1.0 spec/spec_helper.rb
pivotal_to_pdf-1.0.0 spec/spec_helper.rb
pivotal_to_pdf-0.9.1 spec/spec_helper.rb
pivotal_to_pdf-0.9 spec/spec_helper.rb
pivotal_to_pdf-0.8.2 spec/spec_helper.rb
pivotal_to_pdf-0.8.1 spec/spec_helper.rb
pivotal_to_pdf-0.8 spec/spec_helper.rb
pivotal_to_pdf-0.7.1 spec/spec_helper.rb
pivotal_to_pdf-0.6 spec/spec_helper.rb
pivotal_to_pdf-0.5.2.1 spec/spec_helper.rb
pivotal_to_pdf-0.5.2 spec/spec_helper.rb
pivotal_to_pdf-0.5.1 spec/spec_helper.rb
pivotal_to_pdf-0.5 spec/spec_helper.rb