module RspecDatabaseHelper

Constants

VERSION

Public Class Methods

included(receiver) click to toggle source
# File lib/rspec_database_helper.rb, line 52
def self.included(receiver)
  receiver.extend ClassMethods
end