Module: Bbq::RSpecFeature
- Defined in:
- lib/bbq/rspec.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/bbq/rspec.rb', line 8 def self.included(base) base.instance_eval do alias :background :before alias :scenario :it end end |