Sha256: 8086a398875a6b52aad064976f52d1d2cd1fb91d1ba2c6d65fc28300afae0147

Contents?: true

Size: 489 Bytes

Versions: 4

Compression:

Stored size: 489 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 }
  #config.mock_with :rspec do |mocks|
  #  mocks.syntax = :should
  #  mocks.yield_receiver_to_any_instance_implementation_blocks = false
  #end

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

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pushwagner-0.0.2.6 spec/spec_helper.rb
pushwagner-0.0.2.5 spec/spec_helper.rb
pushwagner-0.0.2.4 spec/spec_helper.rb
pushwagner-0.0.2.3 spec/spec_helper.rb