summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/commit.rb
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-12-19 20:50:20 +0100
committerJasper Maes <jaspermaes.jm@gmail.com>2018-12-21 10:10:26 +0100
commitbf7352007920318ea361674a02fbff6823bbe5a8 (patch)
treec4c64947bb66cfbe2f15d59946b4bf2695e6418f /spec/javascripts/fixtures/commit.rb
parentf1464680c15c96d3dcc6f61aa3a8d77b72f4d098 (diff)
downloadgitlab-ce-bf7352007920318ea361674a02fbff6823bbe5a8.tar.gz
convert specs in javascripts/ and support/ to new syntax
Diffstat (limited to 'spec/javascripts/fixtures/commit.rb')
-rw-r--r--spec/javascripts/fixtures/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/commit.rb b/spec/javascripts/fixtures/commit.rb
index 24ab8159a18..f0e4bb50c67 100644
--- a/spec/javascripts/fixtures/commit.rb
+++ b/spec/javascripts/fixtures/commit.rb
@@ -25,7 +25,7 @@ describe Projects::CommitController, '(JavaScript fixtures)', type: :controller
id: commit.id
}
- get :show, params
+ get :show, params: params
expect(response).to be_success
store_frontend_fixture(response, example.description)