Sha256: f6bd58ded754c05050c5592d5e7d98652bf15c9329b5289b3b4fb72851313b64

Contents?: true

Size: 315 Bytes

Versions: 7

Compression:

Stored size: 315 Bytes

Contents

require 'rspec'
require 'multi_json'

$LOAD_PATH.unshift File.dirname(__FILE__) + "/../lib"
require 'weeter'

RSpec.configure do |config|
  config.before(:all) do
    Weeter::Configuration.instance.log_path = 'log/test.log'
  end
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
weeter-0.19.4 spec/spec_helper.rb
weeter-0.19.3 spec/spec_helper.rb
weeter-0.19.2 spec/spec_helper.rb
weeter-0.19.1 spec/spec_helper.rb
weeter-0.19.0 spec/spec_helper.rb
weeter-0.18.0 spec/spec_helper.rb
weeter-0.17.0 spec/spec_helper.rb