Sha256: 87ebfb7bc07b6115837baf142657f1145bdc33ec3666b3bc8eefff1446eb86ca
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' describe Weeler::ActionView::Helpers::TranslationHelper, :type => :helper do describe :translate do let(:output) { helper.translate "not.existing.key" } it 'dont renders key' do expect(output).to eq('<span class="translation_missing" title="translation missing: en.not.existing.key">Key</span>') end end end
Version data entries
3 entries across 3 versions & 1 rubygems