Sha256: ea934e14d8e50fa8f75534bcbf881bdce8f98734acac150582b1a2dbcc2763ce
Contents?: true
Size: 250 Bytes
Versions: 12
Compression:
Stored size: 250 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' describe "a context 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
Version data entries
12 entries across 12 versions & 4 rubygems