circleci
270 of 674 relevant lines covered (40.06%)
1.52 hits per line
1 |
class Version < ActiveRecord::Base |
1 only 63.2 ✔ |
2 |
belongs_to :contributing_library
|
1 only 63.2 ✔ |
3 |
belongs_to :book
|
1 only 63.2 ✔ |
4 |
validates :label, :contributing_library, presence: true |
1 only 63.2 ✔ |
5 |
end
|
× |