update description
This commit is contained in:
parent
bd3bc09720
commit
2b123153de
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user