From 6ca27ccad3b67cae67850dce27e7c915ab37dfcd Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 7 Sep 2017 09:25:57 +1000 Subject: [PATCH] style: whitespace --- spec/features/tag_version_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/tag_version_spec.rb b/spec/features/tag_version_spec.rb index fc52c3c8b..ed44db6c1 100644 --- a/spec/features/tag_version_spec.rb +++ b/spec/features/tag_version_spec.rb @@ -1,7 +1,7 @@ describe "tagging a pacticipant version" do let(:path) { "/pacticipants/Foo/versions/1.2.3/tags/feat%2Fbar" } - subject { put path,nil, {'CONTENT_TYPE' => 'application/json'}; last_response } + subject { put path, nil, {'CONTENT_TYPE' => 'application/json'}; last_response } context "when the pacticipant/version/tag do not exist" do it "creates a tag" do