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 fa48051 commit d102abcCopy full SHA for d102abc
spec/defines/mysql_db_spec.rb
@@ -107,7 +107,7 @@
107
'/foo/test/test-1.2.3/schema/test.sql',
108
'/foo/test/test-1.2.3/schema/foo.test.sql',
109
'/foo/foo.t1.t2.t3/foo.test-1.2.3/test.test.schema/test..app.sql',
110
- '/foo/foo.t1.t2...t3/foo.test-1.2.3/test.test.schema/test.app.sql',
+ '/foo/foo.t1.t2...t3/foo.test-1.2.3/test.test.schema/test.app.sql',
111
].each do |path|
112
it "succeeds when provided '#{path}' as a value to the 'sql' parameter" do
113
params['sql'] = [path]
0 commit comments