Sha256: a42df52f1abf4c8928a0e89c1d02b6ca531a85fc94b087489a8e79e560a7df46
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 Bytes
Contents
require 'rails/railtie' require 'time_will_tell' I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '../lib/generators/time_will_tell/install/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.1.0 | spec/spec_helper.rb |
time_will_tell-0.0.3 | spec/spec_helper.rb |