Sha256: 372c5e375d4b509067b74a871285f78ac074c7d9d42804becd7248852dbf4301
Contents?: true
Size: 650 Bytes
Versions: 15
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 describe "responding with generated links" do before do @task = FactoryGirl.create(:task) end it "should render link to uncomplete of a task" do expect(link_to_task_uncomplete(@task, nil)).to include(t(:task_uncomplete)) end end end
Version data entries
15 entries across 15 versions & 2 rubygems