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