lib/picky/backends/sqlite/basic.rb in picky-4.6.3 vs lib/picky/backends/sqlite/basic.rb in picky-4.6.4
- old
+ new
@@ -15,9 +15,15 @@
@empty = options[:empty]
@initial = options[:initial]
@realtime = options[:realtime]
lazily_initialize_client
+
+ # Note: If on OSX, too many files get opened during
+ # the specs -> ulimit -n 3000
+ #
+ # rescue SQLite3::CantOpenException => e
+ #
end
def initial
@initial && @initial.clone || (@realtime ? self.reset : {})
end