Sha256: 56c5b3f6ae98107c71ada0813e170711d77253a516bdf1b2baac44038f53366d
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
# encoding: utf-8 # # This file is part of the clavem 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 "clavem" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
8 entries across 8 versions & 1 rubygems