You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/refile/postgres/backend_spec.rb
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
}.toraise_error(ArgumentError,"When initializing new Refile::Postgres::Backend first argument should be an instance of PG::Connection or a lambda/proc that yields it.")
22
22
end
23
23
end
24
+
24
25
context"when lambda does yield a PG::Connection"do
0 commit comments