Skip to content

Commit d0313f0

Browse files
committed
[truffelruby-support] codestyle updates
1 parent 33f0eba commit d0313f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/run_code_with_temporary_settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
expect(config.settings.api.login).to eq('D@iVeR')
2323
end
2424

25-
unless RUBY_ENGINE.include?("truffleruby")
25+
unless RUBY_ENGINE.include?('truffleruby')
2626
specify 'thread-safety' do
2727
config = Qonfig::DataSet.build do
2828
setting :api do

0 commit comments

Comments
 (0)