Sha256: 1097785267b7c691112ea3caa4c6983cee6b790aa36b859caea5cbb4bc4a5fa0

Contents?: true

Size: 409 Bytes

Versions: 10

Compression:

Stored size: 409 Bytes

Contents

# encoding: utf-8
#
# This file is part of the akaer gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

require "rubygems"
require "bundler/setup"
require "coverage_helper"
require "akaer"

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
akaer-1.5.8 spec/spec_helper.rb
akaer-1.5.7 spec/spec_helper.rb
akaer-1.5.6 spec/spec_helper.rb
akaer-1.5.5 spec/spec_helper.rb
akaer-1.5.4 spec/spec_helper.rb
akaer-1.5.3 spec/spec_helper.rb
akaer-1.5.2 spec/spec_helper.rb
akaer-1.5.1 spec/spec_helper.rb
akaer-1.5.0 spec/spec_helper.rb
akaer-1.0.0 spec/spec_helper.rb