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