Excess whitespace
This commit is contained in:
committed by
Stanko K.R.
parent
680f9c0c4d
commit
a8dc4fb310
@@ -50,7 +50,7 @@ class ApiTest < ActionDispatch::IntegrationTest
|
||||
|
||||
test "get tags" do
|
||||
tags = users(:david).account.tags.all.alphabetically
|
||||
|
||||
|
||||
get tags_path(format: :json), env: @davids_bearer_token
|
||||
assert_equal tags.count, @response.parsed_body.count
|
||||
assert_equal tags.pluck(:title), @response.parsed_body.pluck("title")
|
||||
|
||||
Reference in New Issue
Block a user