summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/branches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/branches.rb')
-rw-r--r--spec/javascripts/fixtures/branches.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/branches.rb b/spec/javascripts/fixtures/branches.rb
index 204aa9b7c7a..197fe42c52a 100644
--- a/spec/javascripts/fixtures/branches.rb
+++ b/spec/javascripts/fixtures/branches.rb
@@ -27,6 +27,6 @@ describe Projects::BranchesController, '(JavaScript fixtures)', type: :controlle
project_id: project
}
- expect(response).to be_success
+ expect(response).to be_successful
end
end