Sha256: e78e65801d84dc5865024a8b4ba0a83fa8d3ffded61eff44e3a9c5cb79204329
Contents?: true
Size: 509 Bytes
Versions: 18
Compression:
Stored size: 509 Bytes
Contents
require 'rubygems' require 'coulda' include Coulda Feature "feature name" do in_order_to "foo" as_a "bar" i_want_to "blech" def something end def expectation end Scenario "pending scenario" Scenario "another scenario" do Given "a pending prereq" When "something happens" do something end Then "expect something else" do expectation end end Scenario "that is live" do Given "foo" do; end When "bar" do; end Then "blech" do; end end end
Version data entries
18 entries across 18 versions & 2 rubygems