Sha256: c45bbf3816d655fa4db3618191efe90711efafe0273e62fff3f02664f29e0ddb

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'spec_helper'

# Specs in this file have access to a helper object that includes
# the Display::RecipesHelper. For example:
#
# describe Display::RecipesHelper do
#   describe "string concat" do
#     it "concats two strings with spaces" do
#       helper.concat_strings("this","that").should == "this that"
#     end
#   end
# end
module LoyalAdmin
  describe Display::RecipesHelper do
    pending "add some examples to (or delete) #{__FILE__}"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
loyal_admin-0.0.4 spec/helpers/loyal_admin/display/recipes_helper_spec.rb
loyal_admin-0.0.3 spec/helpers/loyal_admin/display/recipes_helper_spec.rb
loyal_admin-0.0.2 spec/helpers/loyal_admin/display/recipes_helper_spec.rb
loyal_admin-0.0.1 spec/helpers/loyal_admin/display/recipes_helper_spec.rb