Sha256: 71a013f138e3f6ef304840a955326ed0225a5604777082aaf2476c06faf7c39c
Contents?: true
Size: 386 Bytes
Versions: 5
Compression:
Stored size: 386 Bytes
Contents
require 'pathname' require 'bundler' Bundler.setup Bundler.require :test require 'swing' BASE_PATH = Pathname.new(__FILE__).dirname + '..' RSpec.configure do |config| config.exclusion_filter = { :failing => true } # config.filter = { :focus => true } # config.include(UserExampleHelpers) # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
swing-0.1.16 | spec/spec_helper.rb |
swing-0.1.15 | spec/spec_helper.rb |
swing-0.1.14 | spec/spec_helper.rb |
swing-0.1.12 | spec/spec_helper.rb |
swing-0.1.10 | spec/spec_helper.rb |