Sha256: f7d5e490c53b9c15e31266ebcd889d1e44923a1307e5c2a93444518c93c88b6f

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

require 'rails/railtie'
require 'time_will_tell'

I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '../lib/generators/time_will_tell/templates/config/locales/*.yml') ]
I18n.load_path += Dir[ File.join(File.dirname(__FILE__), './fixtures/locales/*.yml') ]
I18n.default_locale = :en

# Require this file using `require 'spec_helper'` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
time_will_tell-0.0.2 spec/spec_helper.rb
time_will_tell-0.0.1 spec/spec_helper.rb