We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fea30b commit b7ebc86Copy full SHA for b7ebc86
spec/fx/adapters/postgres/functions_spec.rb
@@ -36,7 +36,7 @@
36
37
expect(functions).to be_empty
38
39
- connection.execute "SET search_path = '$user,public';"
+ connection.execute "SET search_path TO DEFAULT;"
40
connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
41
end
42
spec/fx/adapters/postgres/triggers_spec.rb
@@ -44,7 +44,7 @@
44
45
expect(triggers).to be_empty
46
47
48
49
50
0 commit comments