Skip to content

Commit cdb1890

Browse files
committed
Remove teardown phase
Should not be needed after #169
1 parent edb9da0 commit cdb1890

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spec/fx/adapters/postgres/functions_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
functions = Fx::Adapters::Postgres::Functions.new(connection).all
3636

3737
expect(functions).to be_empty
38-
39-
connection.execute "SET search_path = '$user,public';"
4038
end
4139
end
4240
end

spec/fx/adapters/postgres/triggers_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
triggers = Fx::Adapters::Postgres::Triggers.new(connection).all
4444

4545
expect(triggers).to be_empty
46-
47-
connection.execute "SET search_path TO DEFAULT;"
4846
end
4947
end
5048
end

0 commit comments

Comments
 (0)