Module: BlueprintsBoy::RSpecHelper

Defined in:
lib/blueprints_boy/integration/rspec.rb

Instance Method Summary collapse

Instance Method Details

#build(*args) ⇒ Object



2
3
4
5
6
# File 'lib/blueprints_boy/integration/rspec.rb', line 2

def build(*args)
  before do
    build(*args)
  end
end