We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d308c commit 4b1862cCopy full SHA for 4b1862c
spec/lib/dip/commands/ssh_spec.rb
@@ -8,7 +8,8 @@
8
let(:cli) { Dip::CLI::SSH }
9
10
describe Dip::Commands::SSH::Up, env: true do
11
- let(:env) { {"HOME" => "/user"} }
+ let(:env) { {"HOME" => "/user"} }
12
+
13
context "when without arguments" do
14
before { cli.start "up".shellsplit }
15
0 commit comments