spec/fixtures/example/brief.rb in brief-1.4.4 vs spec/fixtures/example/brief.rb in brief-1.5.0

- old
+ new

@@ -1,9 +1,13 @@ config do set(:models => Pathname(File.dirname(__FILE__)).join("models")) set(:templates => Pathname(File.dirname(__FILE__)).join("templates")) end +view :custom_aggregator do + {aggregator:"custom"} +end + define "User Story" do meta do title status :in => %w(draft published) epic_title