Sha256: f2c694a0914bfc8189913fe4a2728b3aa97d972f9d1576d6a45e56da29601b2a
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
require 'spec_helper' module SpecI18n module Matchers describe 'register all matcher' do before(:each) do Spec::Runner.configuration.spec_language('pt') end it 'should not raise error for register all the words for i18n' do lambda { Spec::Matchers.register_all_matchers }.should_not raise_error end end end end
Version data entries
4 entries across 4 versions & 1 rubygems