Sha256: 4ac4fff94b25d0aaf18fa36e58920e0a562d9f905898caf3d8f3431fa3c50e5e
Contents?: true
Size: 484 Bytes
Versions: 10
Compression:
Stored size: 484 Bytes
Contents
require 'spec_helper' # Specs in this file have access to a helper object that includes # the <%= class_name %>Helper. For example: # # describe <%= class_name %>Helper do # describe "string concat" do # it "concats two strings with spaces" do # expect(helper.concat_strings("this","that")).to eq("this that") # end # end # end <% module_namespacing do -%> describe <%= class_name %>Helper do pending "add some examples to (or delete) #{__FILE__}" end <% end -%>
Version data entries
10 entries across 10 versions & 1 rubygems