Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 6, 2017
1 parent af572ac commit 6ca27cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/tag_version_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6ca27cc

Please sign in to comment.