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