Skip to content

Commit

Permalink
standardrb --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaratan committed Apr 20, 2021
1 parent 27c8789 commit b57a834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lib/dip/commands/ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
let(:cli) { Dip::CLI::SSH }

describe Dip::Commands::SSH::Up, env: true do
let(:env) { {"HOME" => "/user"} }
let(:env) { {"HOME" => "/user"} }

context "when without arguments" do
before { cli.start "up".shellsplit }

Expand Down

0 comments on commit b57a834

Please sign in to comment.