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