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