ece517-p3/expertiza

View on GitHub
spec/controllers/student_teams_controller_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

(...) interpreted as grouped expression.
Open

  let (:student_teams_controller) { StudentTeamsController.new }

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)

There are no issues that match your filters.

Category
Status