Skip to content

Commit 2e21fca

Browse files
committed
Organization
Adding no coverage in inspect method Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
1 parent 1a1d533 commit 2e21fca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/models/organization.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
class Organization < ActiveRecord::Base
1414
has_many :github_users
1515

16+
# :nocov:
1617
def inspect
1718
"Organization id: #{id}, name: #{name}, contact_email: #{contact_email}, " \
1819
"contact_name: #{contact_name}, url: #{url} " \
1920
"created_at: #{created_at}, updated_at: #{updated_at}"
2021
end
22+
# :nocov:
2123
end

0 commit comments

Comments
 (0)