Sha256: b3f7330746c3f0d68cd76ccac44a5ae18e4927b0d0b91b5864b3a0f6f9f1634b
Contents?: true
Size: 667 Bytes
Versions: 10
Compression:
Stored size: 667 Bytes
Contents
# frozen_string_literal: true # 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
10 entries across 10 versions & 1 rubygems