Closed mostlyobvious closed 13 years ago
Rails generator to provide test case stubs, i.e:
rails g bbq:feature --unit comments
results in file test/acceptance/comments_test.rb:
class CommentsFeature < Bbq::TestCase scenario "the truth" do assert true end end
Rails generator to provide test case stubs, i.e:
results in file test/acceptance/comments_test.rb: