Sha256: 637ef44e2734ea8e9b1f8c2193484f95ec85c58d5622fd126e8debea2278d52d

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

# -*- encoding : utf-8 -*-
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

begin
  require 'debugger'
rescue LoadError
  puts "Debugger is not available. Maybe you're Travis."
end

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

  config.mock_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
guacamole-0.2.0 spec/spec_helper.rb
guacamole-0.1.0 spec/spec_helper.rb
guacamole-0.0.1 spec/spec_helper.rb