Skip to content

Commit

Permalink
[webui] ProjectCreateTest: Remove uses_transaction calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Aug 20, 2015
1 parent 95a3dec commit eb0d6b3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/api/test/functional/webui/project_create_test.rb
Expand Up @@ -4,15 +4,6 @@

class Webui::ProjectCreateTest < Webui::IntegrationTest

uses_transaction :test_create_global_project
uses_transaction :test_create_home_project_for_second_user
uses_transaction :test_create_home_project_for_user
uses_transaction :test_create_subproject_for_user
uses_transaction :test_create_subproject_with_long_description
uses_transaction :test_create_subproject_with_only_name
uses_transaction :test_first_case_of_issue_204
uses_transaction :test_second_case_of_issue_204

def test_create_home_project_for_user
login_user('user1', '123456')
count = Project.count
Expand Down

0 comments on commit eb0d6b3

Please sign in to comment.