spec/hornsby_scenario.rb in sinsiliux-hornsby-0.3.0 vs spec/hornsby_scenario.rb in sinsiliux-hornsby-0.4.0
- old
+ new
@@ -30,9 +30,12 @@
scenario(:cherry_basket => [:big_cherry, :cherry]) do
@basket = [@cherry, @big_cherry]
end
+
+scenario :parent_not_existing => :not_existing
+
# Hornsby.namespace(:pitted_fruit) do
# scenario(:peach) do
# @peach = Fruit.create! :species => 'peach'
# end
#
\ No newline at end of file