Sha256: 103087b4cd89424970209ff05e42507ae0a4ec0ae500a9857aef9bf373506ac5
Contents?: true
Size: 349 Bytes
Versions: 17
Compression:
Stored size: 349 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe DynamicAttributeDefinition do it "should serialize the definition" do category = Category.create category.definition = {:that => "is", :cool => "right?"} category.definition[:that].should == "is" category.definition[:cool].should == "right?" end end
Version data entries
17 entries across 17 versions & 1 rubygems