Sha256: 560fc64265e58e7e5660e42902c5f4713e9a4b5bb9977d16582c40fdbf810944
Contents?: true
Size: 426 Bytes
Versions: 24
Compression:
Stored size: 426 Bytes
Contents
require 'rails_helper' # Specs in this file have access to a helper object that includes # the CorporationsHelper. For example: # # describe CorporationsHelper 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 CustomerVault RSpec.describe CorporationsHelper, :type => :helper do end end
Version data entries
24 entries across 24 versions & 1 rubygems