Sha256: da925a0ac003f2d65f757cd08a7836f91d9619b2a84aa0923367aec8eb8bcd4d
Contents?: true
Size: 256 Bytes
Versions: 27
Compression:
Stored size: 256 Bytes
Contents
module HelperMethodExample describe "an example group with helper a method" do def helper_method "received call" end it "should make that method available to specs" do helper_method.should == "received call" end end end
Version data entries
27 entries across 27 versions & 10 rubygems