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"
|
× |
UNCOV
2
|
require "unleash/strategy/base"
|
× |
3 |
|
|
UNCOV
4
|
RSpec.describe Unleash::Strategy::Base do |
× |
UNCOV
5
|
describe '#is_enabled?' do |
× |
UNCOV
6
|
let(:strategy) { Unleash::Strategy::Base.new } |
× |
7 |
|
|
UNCOV
8
|
it 'raise exception' do |
× |
UNCOV
9
|
expect{ strategy.is_enabled? }.to raise_exception Unleash::Strategy::NotImplemented |
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|