drugpl / bbq

Object oriented acceptance testing using personas.
MIT License
92 stars 9 forks source link

Rails generator #1

Closed mostlyobvious closed 13 years ago

mostlyobvious commented 13 years ago

Add generator bbq:install as advertised in README. This should:

Optionally it would be nice to generate TestUser stub in {test,spec}/support/test_user.rb inheriting after Bbq::TestUser and having register/login/logout actions if some auth system is present (Devise will be good for start).