Sha256: 3554a66e21547954120c3490ef60660d9208ccad8b9f8d80710d1ce0631785a0
Contents?: true
Size: 382 Bytes
Versions: 9
Compression:
Stored size: 382 Bytes
Contents
# encoding: utf-8 # # This file is part of the mbrao 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 "mbrao" 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