Sha256: f08e7760c6d7a265549cbc3eef4016fb3c14303c7c42afad12bf8d03eeb4d537
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
# encoding: utf-8 # # This file is part of the brauser 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 "brauser" 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