Sha256: 3434a5638057640c1e90fe2f7821787b1956e9c6ef6fe2cbf2d7ed464c7813de
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
# you can create under this directory common libraries/helpers/methods which you could # use within your specs in different projects module CommonApplicationHelper # you can use these methods automatically inside of your it-blocks # it "does something" do # new_global_method.should == "it just works" # end def new_global_method "it just works" end end
Version data entries
3 entries across 3 versions & 2 rubygems