Sha256: d6ca9256ea179d0db024848bf3dde768a5cb251777fa02ba25ab5117e90615ca
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
require 'spec_helper' # Specs in this file have access to a helper object that includes # the Customers::ContactsHelper. For example: # # describe Customers::ContactsHelper do # describe "string concat" do # it "concats two strings with spaces" do # helper.concat_strings("this","that").should == "this that" # end # end # end describe Customer::ContactsHelper do pending "add some examples to (or delete) #{__FILE__}" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | spec/helpers/customers/contacts_helper_spec.rb |
guara-0.0.1.rc | spec/helpers/customers/contacts_helper_spec.rb |