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