Sha256: 30b2e5e1ba60f82c69f477404723f94e0cb9cd3b84b327732add3616407fdb20

Contents?: true

Size: 442 Bytes

Versions: 15

Compression:

Stored size: 442 Bytes

Contents

require 'rails_helper'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.3.1 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.3.0 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.6 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.5 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.4 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.3 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.2 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2.1 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.2 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.1 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.0.4 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.0.3 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.0.2 examples/store-api/spec/helpers/products_helper_spec.rb
restspec-0.0.1 examples/store-api/spec/helpers/products_helper_spec.rb