Sha256: 5a959fc2bc2e0b494940cd2645a5649cd9c587663d882384c0af9c8efc91dca4

Contents?: true

Size: 361 Bytes

Versions: 10

Compression:

Stored size: 361 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'active_text'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_text-0.1.5 spec/spec_helper.rb
active_text-0.1.1 spec/spec_helper.rb
active_text-0.1.0 spec/spec_helper.rb
active_text-0.0.8 spec/spec_helper.rb
active_text-0.0.7 spec/spec_helper.rb
active_text-0.0.6 spec/spec_helper.rb
active_text-0.0.5 spec/spec_helper.rb
active_text-0.0.4 spec/spec_helper.rb
active_text-0.0.3 spec/spec_helper.rb
active_text-0.0.2 spec/spec_helper.rb