Sha256: 1fee61b9703eab661af282de50fe53bcd18ef798d90204c5f3ab7ff7f000c3ac
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
module Rallycat class Cat def story(story_number) <<-STORY ------------------------------------------------ ## [#{story_number}] Rally Title ------------------------------------------------ As a user ISBAT be able to update a record * [TA1234] I should be able to go to a page * [TA1234] I should be able to go to a page * [TA1234] I should be able to go to a page ------------------------------------------------ STORY end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rallycat-0.0.1 | lib/rallycat/cat.rb |