Skip to content

Commit

Permalink
Fix unexisting yaml test
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 12, 2015
1 parent b9c4f49 commit 2bac887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mysql/cli/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
it {
expect {
subject
}.to raise_error(%r|o such file or directory - .*/database.yml|)
}.to raise_error Errno::ENOENT
}
end
end
Expand Down

0 comments on commit 2bac887

Please sign in to comment.