Module: ApiHelper

Defined in:
lib/hippo/spec_helper.rb

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



63
64
65
66
67
68
69
# File 'lib/hippo/spec_helper.rb', line 63

def ApiHelper.included(mod)
    mod.around(:each) do |example|
        begin
            example.run
        end
    end
end