summaryrefslogtreecommitdiffstats
path: root/test/system/timelog_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/timelog_test.rb')
-rw-r--r--test/system/timelog_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/system/timelog_test.rb b/test/system/timelog_test.rb
index 94b86f592..57c521096 100644
--- a/test/system/timelog_test.rb
+++ b/test/system/timelog_test.rb
@@ -22,11 +22,6 @@ require_relative '../application_system_test_case'
Capybara.default_max_wait_time = 2
class TimelogTest < ApplicationSystemTestCase
- fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles,
- :trackers, :projects_trackers, :enabled_modules, :issue_statuses, :issues,
- :enumerations, :custom_fields, :custom_values, :custom_fields_trackers,
- :time_entries
-
def test_changing_project_should_update_activities
project = Project.find(1)
TimeEntryActivity.create!(:name => 'Design', :project => project, :parent => TimeEntryActivity.find_by_name('Design'), :active => false)