Sha256: f95b74e4dba6f45f0adf28091dc886e5e33336bc37995659e33805cc5371ed17

Contents?: true

Size: 427 Bytes

Versions: 6

Compression:

Stored size: 427 Bytes

Contents

require 'rails_helper'

# Specs in this file have access to a helper object that includes
# the HomeHelper. For example:
#
# describe HomeHelper 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 HomeHelper, type: :helper do
  pending "add some examples to (or delete) #{__FILE__}"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tang-0.2.1 spec/tang_app/spec/helpers/home_helper_spec.rb
tang-0.2.0 spec/tang_app/spec/helpers/home_helper_spec.rb
tang-0.1.0 spec/tang_app/spec/helpers/home_helper_spec.rb
tang-0.0.9 spec/tang_app/spec/helpers/home_helper_spec.rb
tang-0.0.8 spec/tang_app/spec/helpers/home_helper_spec.rb
tang-0.0.1 spec/tang_app/spec/helpers/home_helper_spec.rb