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