Skip to content

Commit

Permalink
zipper test passes under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Mar 8, 2019
1 parent 1396ae4 commit cfcacc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/zipper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def create_file
expect(File.read(File.join(unzipped, base_file_name))).to eq(file_content)
end

it 'follows symlinks when zipping', except: {platform: :windows} do
it 'follows symlinks when zipping' do
filename = create_file
File.symlink(filename, File.join(dir_to_zip, 'link'))

Expand Down

0 comments on commit cfcacc2

Please sign in to comment.