Sha256: 99d6ab8f0dac8fbb54319e50ff3610f3f58d9abac2b21240b7100eec7e08caa5

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

# Requires supporting files with custom matchers and macros, etc.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

require 'rspec'
require 'fakeweb'
require 'picture_from'

RSpec.configure do |config|
  config.filter_run_excluding online: !ENV['RUN_ONLINE_TESTS']
  config.include FakeWebHelper
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picture_from-1.0.1 spec/spec_helper.rb