Skip to content

Commit

Permalink
Change to skip spec on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 29, 2020
1 parent 630f72a commit d08926c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/integration/new_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ def exec_exist?(*args)
end
end

it "does not raise errors if app directory contains whitespace" do
it "does not raise errors if app directory contains whitespace",
unless: RSpec::Support::OS.windows? do
app_path = "weird dir"
::FileUtils.mkdir_p(app_path)

Expand Down

0 comments on commit d08926c

Please sign in to comment.