update description

This commit is contained in:
Jan Viljanen 2018-10-20 09:26:40 +02:00
parent bd3bc09720
commit 2b123153de

View File

@ -7,7 +7,7 @@ describe Utils::Shell do
expect(subject.profile).to eq("~/.bash_profile") expect(subject.profile).to eq("~/.bash_profile")
end end
it "returns ~/.bash_profile by default" do it "returns ~/.bash_profile for sh" do
ENV["SHELL"] = "/bin/sh" ENV["SHELL"] = "/bin/sh"
expect(subject.profile).to eq("~/.bash_profile") expect(subject.profile).to eq("~/.bash_profile")
end end