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/default"
|
× |
3 |
|
|
UNCOV
4
|
RSpec.describe Unleash::Strategy::Default do |
× |
UNCOV
5
|
describe '#is_enabled?' do |
× |
UNCOV
6
|
let(:strategy) { Unleash::Strategy::Default.new } |
× |
7 |
|
|
UNCOV
8
|
it 'always returns true' do |
× |
UNCOV
9
|
expect(strategy.is_enabled?).to be_truthy |
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|