Skip to content

Commit

Permalink
changing auth for mysql login
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatrick committed Jul 6, 2015
1 parent af1baa7 commit 577f678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/localhost/Dockerfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def remove(options={}); end
end

describe 'Misc Settings' do
describe command('mysql -uroot -BN -e "select version();"') do
describe command('mysql -uadmin -padmin -h127.0.0.1 -BN -e "select version();"') do
its(:stdout) { should match "5.5.40" }
end
end
Expand Down

0 comments on commit 577f678

Please sign in to comment.