We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0192f commit a697c9cCopy full SHA for a697c9c
spec/integration/rails_spec.rb
@@ -38,7 +38,6 @@ def console(&)
38
end
39
40
it "logs in successfully" do
41
- shell = "docker exec -it #{@docker_id} bash"
42
console do
43
it.puts "#{BINARY_NAME} login"
44
it.expect "Email: "
@@ -59,6 +58,13 @@ def console(&)
59
58
60
61
+ it "runs default task with no arguments" do
62
+ console do
63
+ it.puts "#{BINARY_NAME}"
64
+ expect(it.expect("Commands:")).to include("Commands:")
65
+ end
66
67
+
68
private
69
70
def wait_for_server_in_container(timeout:)
0 commit comments