rails_plugins/rspec/spec/spec/story/scenario_spec.rb in picolena-0.1.5 vs rails_plugins/rspec/spec/spec/story/scenario_spec.rb in picolena-0.1.6

- old
+ new

@@ -4,15 +4,15 @@ module Story describe Scenario do it 'should not raise an error if no body is supplied' do # given story = StoryBuilder.new.to_story - + # when error = exception_from do Scenario.new story, 'name' end - + # then error.should be_nil end end end