File: i18n.rb

package info (click to toggle)
ruby-shoulda-matchers 7.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,652 kB
  • sloc: ruby: 34,046; sh: 280; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
RSpec.configure do |config|
  config.after do
    # Clear any translations added during tests by telling the backend to
    # replace its translations with whatever is in the YAML files.
    I18n.backend.reload!
  end
end