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