Skip to content

Commit 40df253

Browse files
committed
Use a better test description
1 parent 41b84fb commit 40df253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/npm_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def code() "200" end
9595
end
9696
end
9797

98-
test "return response is a String type" do
98+
test "return latest version response is a String type" do
9999
response = "version not found".to_json
100100

101101
@npm.stub(:get_json, response) do

0 commit comments

Comments
 (0)