Sha256: ff72797cdd640ef68af65375e08896c56ea748ffdd50b91b185fd2db3804b7ea

Contents?: true

Size: 649 Bytes

Versions: 14

Compression:

Stored size: 649 Bytes

Contents

require 'fakefs/spec_helpers'
require 'rspec'

Dir["#{File.expand_path('..',  __FILE__)}/support/**/*.rb"].each { |f| require f }

puts "Please do not update/create files while tests are running."

RSpec.configure do |config|
  config.color_enabled = true
  config.order = :random
  config.filter_run :focus => true
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true

  config.before(:each) do
    @fixture_path = Pathname.new(File.expand_path('../fixtures/',  __FILE__))
  end

  config.mock_framework = :mocha
end

if RUBY_VERSION =~ /^1.9/
  require 'simplecov'
  SimpleCov.start
end

Version data entries

14 entries across 10 versions & 4 rubygems

Version Path
observed-http-0.2.0 spec/spec_helper.rb
observed-gauge-0.2.0 spec/spec_helper.rb
observed-0.2.0 plugins/observed-http/spec/spec_helper.rb
observed-0.2.0 plugins/observed-gauge/spec/spec_helper.rb
observed-http-0.2.0.rc1 spec/spec_helper.rb
observed-0.2.0.rc2 plugins/observed-http/spec/spec_helper.rb
observed-0.2.0.rc2 plugins/observed-gauge/spec/spec_helper.rb
observed-0.2.0.rc1 plugins/observed-http/spec/spec_helper.rb
observed-0.2.0.rc1 plugins/observed-gauge/spec/spec_helper.rb
observed-logstash-0.1.0 spec/spec_helper.rb
observed-0.1.1 plugins/observed-http/spec/spec_helper.rb
observed-0.1.1 plugins/observed-gauge/spec/spec_helper.rb
observed-http-0.1.0 spec/spec_helper.rb
observed-gauge-0.1.0 spec/spec_helper.rb