Sha256: 970919968ee8f613e41f4378eea81cec39a2eb67c7a55d901427259342b9f35f
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 Bytes
Contents
require 'spec_helper' # Specs in this file have access to a helper object that includes # the AppointmentsHelper. For example: # # describe AppointmentsHelper 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 RailsMarketplace describe CatalogHelper do pending "add some examples to (or delete) #{__FILE__}" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_marketplace-0.0.2 | spec/helpers/rails_marketplace/catalog_helper_spec.rb |
rails_marketplace-0.0.1 | spec/helpers/rails_marketplace/catalog_helper_spec.rb |