Sha256: 79a0126b1aa548d88db25ac631bc6697e0a5938aa97a0d5053b239c87b685871
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
# encoding: utf-8 # # This file is part of the akaer gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>. # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
akaer-2.4.1 | spec/spec_helper.rb |