Sha256: 34e77947ad6793d4a9ea9499f808216fdabf0c568ad5d3bf47ebdf219a6c612b

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

begin
  require 'tapp'
rescue Exception
end

require 'rspec'
require File.expand_path(File.dirname(__FILE__) + '/../lib/numeron')

RSpec.configure do |config|
  config.mock_with :rspec
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
numeron-1.3.0 spec/spec_helper.rb
numeron-1.2.0 spec/spec_helper.rb
numeron-1.1.0 spec/spec_helper.rb
numeron-1.0.0 spec/spec_helper.rb