Sha256: 6001dfab9e2db326078bc4728a2320c8e492758cee8ddc887851abc4dd899cab

Contents?: true

Size: 310 Bytes

Versions: 5

Compression:

Stored size: 310 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '../../lib/LittleWeasel')

# Use :should in stead of :expect
RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :should
  end
  config.mock_with :rspec do |c|
    c.syntax = :should
  end
  #config.raise_errors_for_deprecations!
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
LittleWeasel-3.0.4 spec/spec_helper.rb
LittleWeasel-3.0.3 spec/spec_helper.rb
LittleWeasel-3.0.2 spec/spec_helper.rb
LittleWeasel-3.0.1 spec/spec_helper.rb
LittleWeasel-3.0.0 spec/spec_helper.rb