Skip to content

Commit

Permalink
fix: let win env (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev authored Jan 31, 2024
1 parent 063c72a commit 5e1dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/doc_builder_wrapper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe 'My behaviour' do
unless Gem.win_platform?
if Gem.win_platform?
let(:builder_location) { DocBuilderWrapper.new.default_builder_location }
let(:arr_libs) { Dir.entries(File.dirname(builder_location)) }
let(:simple_script_windows) { 'js/wrapper/add_text_with_bold_in_paragraph_windows.js' }
Expand Down

0 comments on commit 5e1dd7e

Please sign in to comment.