Sha256: 6d787c28e7985b4f86f964a38f60e6155fa4eebf5e9a511a4a730112d48c85a3

Contents?: true

Size: 639 Bytes

Versions: 11

Compression:

Stored size: 639 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
require 'spec_helper'

# Specs in this file have access to a helper object that includes
# the ListsHelper. For example:
#
# describe ListsHelper do
#   describe "string concat" do
#     it "concats two strings with spaces" do
#       helper.concat_strings("this","that").should == "this that"
#     end
#   end
# end
describe ListsHelper do
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.5 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.4 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.3 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.2 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.12.3 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.12.2 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.1 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.12.1 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.13.0 spec/helpers/lists_helper_spec.rb
fat_free_crm-0.12.0 spec/helpers/lists_helper_spec.rb