Sha256: 68696944aed66095c35820577afe39a73770ffcbab88eb3ecf1221ecf19f3ea8
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
module Spec module Story class Scenario attr_accessor :name, :body, :story def initialize(story, name, &body) @story = story @name = name @body = body end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.1.6 | rails_plugins/rspec/lib/spec/story/scenario.rb |
picolena-0.1.7 | rails_plugins/rspec/lib/spec/story/scenario.rb |
picolena-0.1.8 | rails_plugins/rspec/lib/spec/story/scenario.rb |