Sha256: 444b76bd98d50a82a25090971dfd83f44329e86548700f30c888f0b4dd390058
Contents?: true
Size: 312 Bytes
Versions: 6
Compression:
Stored size: 312 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../spec_helper') describe <%= class_name %>Helper do <% if actions.any? -%> <% actions.each do |method| -%> it "should provide <%= method %>" do helper.should respond_to :<%= method %> end <% end -%> <% end -%> end
Version data entries
6 entries across 6 versions & 3 rubygems