Sha256: f94e6ba2a2104449688822de0477df8c52d511e59b201784546a63af35535c3f
Contents?: true
Size: 305 Bytes
Versions: 105
Compression:
Stored size: 305 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' 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
105 entries across 105 versions & 12 rubygems