Sha256: 1bccaea5a8ab5b192495d06489be64c1cb6b7c8859f999e732b411494c9dcd66
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
shared_context "assistance" do it_behaves_like "rackapp" before(:each) do generate( :root => @approot, ) generate( :root => @approot, :kind => kind, ) end after(:each) do FileUtils.rm_rf @approot end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hisyo-0.2.0 | spec/support/assistance_context.rb |