test/fixtures/001_baseline.rb in ruby-xcdm-0.0.6 vs test/fixtures/001_baseline.rb in ruby-xcdm-0.0.7
- old
+ new
@@ -13,10 +13,10 @@
end
entity "Author" do
float :fee
string :name, optional: false
- has_many :articles
+ has_many :articles
end
end