Sha256: b004c464b89fbce87afa0bb9e35541081763514a9de8ae6dc4d7f961a11b21c9
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
require 'rails_helper' # Specs in this file have access to a helper object that includes # the DummiesHelper. For example: # # describe DummiesHelper 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 DummiesHelper, type: :helper do pending "add some examples to (or delete) #{__FILE__}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_refactor-1.4 | dummy/spec/helpers/dummies_helper_spec.rb |