push
github
0 of 18 new or added lines in 3 files covered. (0.0%)
1924 existing lines in 56 files now uncovered.0 of 2082 relevant lines covered (0.0%)
0.0 hits per line
UNCOV
1
|
RSpec.describe Unleash do |
× |
UNCOV
2
|
it "has a version number" do |
× |
UNCOV
3
|
expect(Unleash::VERSION).not_to be nil |
× |
4 |
end
|
|
5 |
|
|
UNCOV
6
|
it "does something useful" do |
× |
UNCOV
7
|
expect(false).to eq(false) |
× |
8 |
end
|
|
9 |
end
|