lib/og/mock.rb in nitro-0.10.0 vs lib/og/mock.rb in nitro-0.11.0

- old
+ new

@@ -5,10 +5,10 @@ require 'flexmock' require 'og' -class Og +module Og # A utility object to Mock a Database in test units. # Extends the standard FlexMock object. #-- # TODO: Factor out common functionality with Database