Sha256: 67a32e486d7d885ca97131c343ea744fca27faa80853239178390ec10a67e5bf
Contents?: true
Size: 326 Bytes
Versions: 12
Compression:
Stored size: 326 Bytes
Contents
require 'spec_helper' describe Weeler::ActionView::Helpers::TranslationHelper, :type => :helper 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
Version data entries
12 entries across 12 versions & 1 rubygems