Sha256: 8d73849c0e539849577dfd6329e2a34cd765621b4ad7a7713915a597500040eb
Contents?: true
Size: 288 Bytes
Versions: 29
Compression:
Stored size: 288 Bytes
Contents
steps_for :multiline_steps do Given "I have a two line step with this text:$text" do |text| @text = text end When "I have a When with the same two lines:$text" do |text| text.should == @text end Then "it should match:$text" do |text| text.should == @text end end
Version data entries
29 entries across 29 versions & 8 rubygems