Sha256: 8bd5a413a8afb9453276ebdd5a47d2221f12ebefc0a5a4683bcdf7853edeaf8c

Contents?: true

Size: 422 Bytes

Versions: 14

Compression:

Stored size: 422 Bytes

Contents

$TESTING=true

require 'rubygems'
require 'ruby-debug'

dir = File.dirname(__FILE__)
require File.join(dir, '..', 'lib', 'remarkable')

Dir[File.join(dir, 'matchers', '*.rb')].each do |file|
  require file
end

Remarkable.include_matchers!(Remarkable::Specs, Spec::Example::ExampleGroup)

Remarkable.add_locale File.join(dir, 'locale', 'en.yml')
Remarkable.add_locale File.join(dir, 'locale', 'pt-BR.yml')

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
remarkable-3.0.0 spec/spec_helper.rb
remarkable-3.0.1 spec/spec_helper.rb
remarkable-3.0.2 spec/spec_helper.rb
remarkable-3.0.3 spec/spec_helper.rb
remarkable-3.0.5 spec/spec_helper.rb
remarkable-3.0.8 spec/spec_helper.rb
remarkable-3.0.7 spec/spec_helper.rb
remarkable-3.0.4 spec/spec_helper.rb
remarkable-3.0.9 spec/spec_helper.rb
remarkable-3.0.10 spec/spec_helper.rb
remarkable-3.0.6 spec/spec_helper.rb
remarkable-3.1.0 spec/spec_helper.rb
remarkable-3.1.1 spec/spec_helper.rb
remarkable-3.1.2 spec/spec_helper.rb