diff options
Diffstat (limited to 'test/helpers/timelog_helper_test.rb')
-rw-r--r-- | test/helpers/timelog_helper_test.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/helpers/timelog_helper_test.rb b/test/helpers/timelog_helper_test.rb index e550ae194..1d9690abb 100644 --- a/test/helpers/timelog_helper_test.rb +++ b/test/helpers/timelog_helper_test.rb @@ -25,14 +25,6 @@ class TimelogHelperTest < Redmine::HelperTest include ActionView::Helpers::DateHelper include ERB::Util - fixtures :projects, :roles, :enabled_modules, :users, - :repositories, :changesets, - :trackers, :issue_statuses, :issues, :versions, :documents, - :wikis, :wiki_pages, :wiki_contents, - :boards, :messages, - :attachments, - :enumerations - def test_activities_collection_for_select_options_should_return_array_of_activity_names_and_ids activities = activity_collection_for_select_options assert activities.include?(["Design", 9]) |