Skip to content

Commit e02a571

Browse files
committed
rubocop conformant comment
1 parent ed27356 commit e02a571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/controllers/spaces_controller_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ class SpacesControllerTest < ActionController::TestCase
254254
with_settings(feature: features) do
255255
get :edit, params: { id: @space }
256256
assert_response :success
257-
assert_select '[name="space[enabled_features][]"]', count: 4 # +1 because of the blank input that allows you to
258-
# clear the list
257+
# +1 because of the blank input that allows you to clear the list
258+
assert_select '[name="space[enabled_features][]"]', count: 3 + 1
259259
assert_select '#space_enabled_features_events', count: 1
260260
assert_select '#space_enabled_features_workflows', count: 1
261261
assert_select '#space_enabled_features_materials', count: 0

0 commit comments

Comments
 (0)