Sha256: d5ff711368f57e0575c821aecc6cff1a1088aba9f116ebcabab8061e9e70bf1b
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
require "tacape" require "pathname" require "test_notifier/runner/rspec" SPECDIR = Pathname.new(File.dirname(__FILE__)) TMPDIR = SPECDIR.join("tmp") Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|r| require r} RSpec.configure do |config| config.include(SpecHelper) config.include(Matchers) config.before { FileUtils.mkdir_p(TMPDIR) } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tacape-0.0.6 | spec/spec_helper.rb |
tacape-0.0.4 | spec/spec_helper.rb |
tacape-0.0.3 | spec/spec_helper.rb |