Sha256: 331ed89610e778e0e3b0e9136a6590df062e9f05bc894b570caa988b85e5c46c
Contents?: true
Size: 389 Bytes
Versions: 39
Compression:
Stored size: 389 Bytes
Contents
require File.dirname(__FILE__) + '/story_helper' module Spec 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 { Scenario.new story, 'name' } # then error.should be_nil end end end end
Version data entries
39 entries across 39 versions & 10 rubygems