Sha256: beea1b52712e8c8bfd9dc7fcb709af4ab1ec775cb7592adf932f2dba6518fc09

Contents?: true

Size: 146 Bytes

Versions: 12

Compression:

Stored size: 146 Bytes

Contents

module Helpers
  def set_locale(locale = "fi")
    I18n.locale = locale
  end

  def reset_locale
    I18n.locale = I18n.default_locale
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
simple_resource-0.6.1 spec/support/helpers.rb
active_application-0.3.1 spec/support/helpers.rb
active_application-0.3.0 spec/support/helpers.rb
simple_resource-0.6.0 spec/support/helpers.rb
active_application-0.2.0 spec/support/helpers.rb
simple_resource-0.5.0 spec/support/helpers.rb
active_application-0.1.0 spec/support/helpers.rb
simple_resource-0.4.0 spec/support/helpers.rb
simple_resource-0.3.0 spec/support/helpers.rb
simple_resource-0.2.0 spec/support/helpers.rb
active_application-0.0.1 spec/support/helpers.rb
simple_resource-0.1.0 spec/support/helpers.rb