push
github
0 of 34 new or added lines in 3 files covered. (0.0%)
2103 existing lines in 58 files now uncovered.0 of 2267 relevant lines covered (0.0%)
0.0 hits per line
UNCOV
1
|
require "unleash/strategy/default"
|
× |
2 |
|
|
UNCOV
3
|
RSpec.describe Unleash::Strategy::Default do |
× |
UNCOV
4
|
describe '#is_enabled?' do |
× |
UNCOV
5
|
let(:strategy) { Unleash::Strategy::Default.new } |
× |
6 |
|
|
UNCOV
7
|
it 'always returns true' do |
× |
UNCOV
8
|
expect(strategy.is_enabled?).to be_truthy |
× |
9 |
end
|
|
10 |
end
|
|
11 |
end
|