spec/shelly/cli/main_spec.rb in shelly-0.0.19 vs spec/shelly/cli/main_spec.rb in shelly-0.0.20.pre

- old
+ new

@@ -23,10 +23,10 @@ it "should display available commands" do expected = <<-OUT Tasks: shelly add # Adds new application to Shelly Cloud shelly help [TASK] # Describe available tasks or one specific task - shelly login [EMAIL] # Logins user to Shelly Cloud + shelly login [EMAIL] # Logs user in to Shelly Cloud shelly register [EMAIL] # Registers new user account on Shelly Cloud shelly user <command> # Manages users using this app shelly version # Displays shelly version OUT out = IO.popen("bin/shelly").read.strip