Sha256: 39d7d30ef87f4da9d8c429af2b9127fe3b118e58b64891836c60423b010516d8
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
require 'hot_tub' require 'rspec' require 'bundler/setup' require 'logger' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. #Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} HotTub.logger.level = Logger::ERROR RSpec.configure do |config| end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hot_tub-0.0.4 | spec/spec_helper.rb |
hot_tub-0.0.3 | spec/spec_helper.rb |
hot_tub-0.0.2 | spec/spec_helper.rb |
hot_tub-0.0.1 | spec/spec_helper.rb |