Sha256: 30b2e5e1ba60f82c69f477404723f94e0cb9cd3b84b327732add3616407fdb20
Contents?: true
Size: 442 Bytes
Versions: 15
Compression:
Stored size: 442 Bytes
Contents
require 'rails_helper' # Specs in this file have access to a helper object that includes # the ProductsHelper. For example: # # describe ProductsHelper 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 RSpec.describe ProductsHelper, :type => :helper do pending "add some examples to (or delete) #{__FILE__}" end
Version data entries
15 entries across 15 versions & 1 rubygems