Skip to content

Commit

Permalink
Rename tests to ensure better test timing spread across the alphabet.
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand committed Nov 20, 2024
1 parent 229f1b8 commit 681f483
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class CanManageDataItemsTest < ActionDispatch::IntegrationTest
class ManageDataItemsTest < ActionDispatch::IntegrationTest
def setup
@admin = users(:admin_user)
login_and_accept_terms(@admin)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'test_helper'
require 'project_helper'

class CanManageDatasetTest < ActionDispatch::IntegrationTest
class ManageDatasetTest < ActionDispatch::IntegrationTest
def setup
@admin = users(:admin_user)
login_and_accept_terms(@admin)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class CanManageDatasetVersionsTest < ActionDispatch::IntegrationTest
class ManageDatasetVersionsTest < ActionDispatch::IntegrationTest
def setup
@admin = users(:admin_user)
@dataset_manager = users(:team_dataset_manager)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class CanManageUsersTest < ActionDispatch::IntegrationTest
class ManageUsersTest < ActionDispatch::IntegrationTest
def setup
@admin = users(:admin_user)
login_and_accept_terms(@admin)
Expand Down

0 comments on commit 681f483

Please sign in to comment.