We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead3d8b commit d94ca7cCopy full SHA for d94ca7c
1 file changed
test/integration/default/serverspec/mysql_server_spec.rb
@@ -30,7 +30,7 @@
30
31
describe "'course_app_prod' database exists" do
32
describe command(
33
- "echo \"SELECT DATABASES LIKE 'course_app_prod'\" | mysql --user=course_app --password=supersecret"
+ "echo \"SHOW DATABASES LIKE 'course_app_prod'\" | mysql --user=course_app --password=supersecret"
34
) do
35
its(:stdout) { should match /course_app_prod/ }
36
end
0 commit comments