Sha256: 1e1002c33e2405cadb7028452d773de65fcd3090a21ab498bc966ab8df703e84
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
# encoding: utf-8 # # This file is part of the akaer gem. Copyright (C) 2013 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 "akaer" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
9 entries across 9 versions & 1 rubygems