test/twin/feature_test.rb in disposable-0.1.15 vs test/twin/feature_test.rb in disposable-0.2.0.rc1

- old
+ new

@@ -16,26 +16,22 @@ "Violins" end end class AlbumForm < Disposable::Twin - include Setup feature Date property :name collection :songs do - include Setup property :title property :composer do - include Setup feature Instrument property :name end end property :artist do - include Setup property :name end end let (:song) { Song.new("Broken") } \ No newline at end of file