Sha256: 91829ab2dbb4d4c7993ef2ddac15c5a1b28671e539621d785546933a7bb2a63d

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 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
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
weeter-0.15.0 spec/spec_helper.rb
weeter-0.14.0 spec/spec_helper.rb
weeter-0.13.0 spec/spec_helper.rb
weeter-0.11.0 spec/spec_helper.rb
weeter-0.10.0 spec/spec_helper.rb