Skip to content

Commit

Permalink
chore: fix ruby tests descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Dec 7, 2023
1 parent 4a5b4ea commit 51e4520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flipt-client-ruby/spec/evaluation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
end

describe '#evaluate_variant failure' do
it 'returns a variant result' do
it 'gracefully handles failures for variant flag evaluation' do
url = ENV.fetch('FLIPT_URL', 'http://localhost:8080')
auth_token = ENV.fetch('FLIPT_AUTH_TOKEN', 'secret')
client = Flipt::EvaluationClient.new('default', { url: url, auth_token: auth_token })
Expand All @@ -64,7 +64,7 @@
end

describe '#evaluate_boolean failure' do
it 'returns a boolean result' do
it 'gracefully handles failures for boolean flag evaluation' do
url = ENV.fetch('FLIPT_URL', 'http://localhost:8080')
auth_token = ENV.fetch('FLIPT_AUTH_TOKEN', 'secret')
client = Flipt::EvaluationClient.new('default', { url: url, auth_token: auth_token })
Expand Down

0 comments on commit 51e4520

Please sign in to comment.