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