Sha256: b69c76d95725125e8d7d62d3cace53942634262c56b0fc159b4db3ffb08c1c88

Contents?: true

Size: 344 Bytes

Versions: 15

Compression:

Stored size: 344 Bytes

Contents

$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require 'pushwagner'
require 'stringio'

require 'rspec'
require 'diff/lcs'

RSpec.configure do |config|
  config.before do
    ARGV.replace []
  end

  config.expect_with(:rspec) { |c| c.syntax = :expect }

  def config_root
    File.join(File.dirname(__FILE__), 'configs')
  end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
pushwagner-0.0.2.2 spec/spec_helper.rb
pushwagner-0.0.2.1 spec/spec_helper.rb
pushwagner-0.0.2.0 spec/spec_helper.rb
pushwagner-0.0.1.12 spec/spec_helper.rb
pushwagner-0.0.1.11 spec/spec_helper.rb
pushwagner-0.0.1.10 spec/spec_helper.rb
pushwagner-0.0.1.8 spec/spec_helper.rb
pushwagner-0.0.1.7 spec/spec_helper.rb
pushwagner-0.0.1.6 spec/spec_helper.rb
pushwagner-0.0.1.5 spec/spec_helper.rb
pushwagner-0.0.1.4 spec/spec_helper.rb
pushwagner-0.0.1.3 spec/spec_helper.rb
pushwagner-0.0.1.2 spec/spec_helper.rb
pushwagner-0.0.1.1 spec/spec_helper.rb
pushwagner-0.0.1 spec/spec_helper.rb