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