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