Sha256: 8639c84b7c9c1ccc546f3c1ea1aa86df9b97dc6055e1a0ae0530e1b695ffc5bf
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
require 'rspec' require 'webmock/rspec' require 'flinks' Dir[File.dirname(__FILE__) + '/shared/**/*.rb'].each { |file| require file } RSpec.configure do |config| config.filter_run focus: true config.filter_run_excluding skip: true config.run_all_when_everything_filtered = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flinks-0.2.0 | spec/spec_helper.rb |
flinks-0.1.1 | spec/spec_helper.rb |
flinks-0.1.0 | spec/spec_helper.rb |