Sha256: 74051013aa102ca4dd9a03b0b40aa8c5ea9ea1764e2df6109977d26c5f53cccf
Contents?: true
Size: 408 Bytes
Versions: 5
Compression:
Stored size: 408 Bytes
Contents
require "simplecov" SimpleCov.start require 'rspec' Dir[File.expand_path("../lib/*.rb", File.dirname(__FILE__))].each { |source| require source } Dir[File.join(File.dirname(__FILE__), "support", "**", "*.rb")].each { |help| require help } RSpec.configure {|c| c.fail_fast = true} RSpec.instance_exec do RSPEC_ROOT = File.expand_path(".", File.dirname(__FILE__)) def self.root RSPEC_ROOT end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
confluence-0.2.0 | spec/spec_helper.rb |
confluence-0.1.1 | spec/spec_helper.rb |
confluence-0.1.0 | spec/spec_helper.rb |
confluence-0.0.1 | spec/spec_helper.rb |
confluence-0.0.0 | spec/spec_helper.rb |