Sha256: 4893e31bcc1984a0fce797cb02499b7c0a0b451c4b027911af55cbdd36734339

Contents?: true

Size: 650 Bytes

Versions: 7

Compression:

Stored size: 650 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 File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe TasksHelper do

  #Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(TasksHelper)
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.12.3 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.12.2 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.13.1 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.12.1 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.13.0 spec/helpers/tasks_helper_spec.rb
fat_free_crm-0.12.0 spec/helpers/tasks_helper_spec.rb