Sha256: 58fcca1a1b4011ffa864e129b25304ac882a34b62c7a814042a183f2a0f6544c

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

require 'spec_helper'

describe Transmating::Translation do
  it "has dynamic attributes" do
    translation = Transmating::Translation.new :locale => "en", :attr => "value"
    translation.attr.should == "value"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transmating-0.1.0 spec/unit/translation_spec.rb