Sha256: 085577ef1f2ce1a083d693152492f75de7046eab55db4631d27350ef880105cb
Contents?: true
Size: 382 Bytes
Versions: 11
Compression:
Stored size: 382 Bytes
Contents
# You can create common libraries/helpers/methods under this directory # to use within your specs within different projects module CommonApplicationHelper # You can use methods declared in this module 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
11 entries across 11 versions & 1 rubygems