Sha256: 560e44ba4cc844ce8bdc47019a89f5d205b9b9d90e040743ee9f761c920060e9

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

# encoding: utf-8

$testing = true

%w{
  sippy_cup
}.each { |f| require f }

RSpec.configure do |config|
  config.mock_framework = :rspec
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
  config.color_enabled = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sippy_cup-0.2.3 spec/spec_helper.rb
sippy_cup-0.2.2 spec/spec_helper.rb
sippy_cup-0.2.1 spec/spec_helper.rb
sippy_cup-0.2.0 spec/spec_helper.rb
sippy_cup-0.1.1 spec/spec_helper.rb