Method: Clearance::Test::TestHelper::ClassMethods#public_context

Defined in:
lib/clearance/test/test_helper.rb

#public_context(&blk) ⇒ Object



84
85
86
87
88
89
# File 'lib/clearance/test/test_helper.rb', line 84

def public_context(&blk)
  context "The public" do
    setup { logout }
    merge_block(&blk)
  end
end