Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransom Briggs committed Dec 2, 2015
1 parent f0bf741 commit 97bf072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/heroku/helpers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ module Heroku
if Heroku::Helpers.running_on_windows?

it "should not use HOMEDRIVE when HOMEPATH is not defined" do
fail("should throw exception")
ENV["HOMEDRIVE"] = @home_dir[0..1]
expect(Heroku::Helpers.orig_home_directory).to eq(@home_dir)
expect{ Heroku::Helpers.orig_home_directory }.to raise_error(ArgumentError)
end

it "should handle crillic characters properly in HOMEDRIVE / HOMEPATH" do
Expand Down

0 comments on commit 97bf072

Please sign in to comment.