Sha256: a1a691e3c5277337c50f1b533bc1db50a063844de1ca0d7537ed504e23de07eb

Contents?: true

Size: 607 Bytes

Versions: 14

Compression:

Stored size: 607 Bytes

Contents

require 'simplecov'

module SimpleCov::Configuration
  def clean_filters
    @filters = []
  end
end

SimpleCov.configure do
  clean_filters
  load_adapter 'test_frameworks'
end

ENV["COVERAGE"] && SimpleCov.start do
  add_filter "/.rvm/"
end
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'paperclip-azure'

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

RSpec.configure do |config|

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
paperclip-azure-0.2.11 spec/spec_helper.rb
paperclip-azure-0.2.10 spec/spec_helper.rb
paperclip-azure-0.2.9 spec/spec_helper.rb
paperclip-azure-0.2.8 spec/spec_helper.rb
paperclip-azure-0.2.7 spec/spec_helper.rb
paperclip-azure-0.2.6 spec/spec_helper.rb
paperclip-azure-0.2.5 spec/spec_helper.rb
paperclip-azure-0.2.4 spec/spec_helper.rb
paperclip-azure-0.2.3 spec/spec_helper.rb
paperclip-azure-0.2.2 spec/spec_helper.rb
paperclip-azure-0.2.1 spec/spec_helper.rb
paperclip-azure-0.2.0 spec/spec_helper.rb
paperclip-azure-0.1.0 spec/spec_helper.rb
paperclip-azure-0.0.1 spec/spec_helper.rb