Skip to content

Commit

Permalink
Delete condition (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
koheisg authored and PragTob committed Jun 25, 2019
1 parent 2e9744d commit ba57b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov/profiles/rails.rb
Expand Up @@ -7,7 +7,7 @@
add_filter %r{^/db/}

add_group "Controllers", "app/controllers"
add_group "Channels", "app/channels" if defined?(ActionCable)
add_group "Channels", "app/channels"
add_group "Models", "app/models"
add_group "Mailers", "app/mailers"
add_group "Helpers", "app/helpers"
Expand Down

0 comments on commit ba57b3c

Please sign in to comment.