Sha256: b52ac2ed89c6181705c507ca37548e374f46302b3a713695dbaf1c2f5852db27

Contents?: true

Size: 448 Bytes

Versions: 15

Compression:

Stored size: 448 Bytes

Contents

require 'rails_helper'

# Specs in this file have access to a helper object that includes
# the CategoriesHelper. For example:
#
# describe CategoriesHelper 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 CategoriesHelper, :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/categories_helper_spec.rb
restspec-0.3.1 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.3.0 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.6 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.5 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.4 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.3 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.2 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2.1 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.2 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.1 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.0.4 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.0.3 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.0.2 examples/store-api/spec/helpers/categories_helper_spec.rb
restspec-0.0.1 examples/store-api/spec/helpers/categories_helper_spec.rb