Top Level Namespace

Includes:
DeveloperExceptions

Defined Under Namespace

Modules: Postspec, RSpec

Instance Method Summary collapse

Instance Method Details

#anchorsObject



16
# File 'lib/postspec_helper.rb', line 16

def anchors() postspec.anchors end

#dataObject



12
# File 'lib/postspec_helper.rb', line 12

def data() postspec.data end

#datestampObject



11
# File 'lib/postspec_helper.rb', line 11

def datestamp() postspec.datestamp end

#dbObject



8
# File 'lib/postspec_helper.rb', line 8

def db() postspec.db end

#deleted_recordsObject



15
# File 'lib/postspec_helper.rb', line 15

def deleted_records() postspec.deleted end

#exec(*args) ⇒ Object



5
# File 'lib/postspec_helper.rb', line 5

def exec(*args) postspec.conn.execute(*args) end

#execute(*args, **opts, &block) ⇒ Object



6
# File 'lib/postspec_helper.rb', line 6

def execute(*args, **opts, &block) postspec.execute(*args, **opts, &block) end

#fixtureObject



17
# File 'lib/postspec_helper.rb', line 17

def fixture() postspec.fixture end

#foxObject



7
# File 'lib/postspec_helper.rb', line 7

def fox() postspec.fox end

#inserted_recordsObject



13
# File 'lib/postspec_helper.rb', line 13

def inserted_records() postspec.inserted end

#pop_transactionObject



20
# File 'lib/postspec_helper.rb', line 20

def pop_transaction() postspec.pop_transaction end

#postspecObject



2
# File 'lib/postspec_helper.rb', line 2

def postspec() Postspec.postspec end

#push_transactionObject



19
# File 'lib/postspec_helper.rb', line 19

def push_transaction() postspec.push_transaction end

#statement(*args, **opts, &block) ⇒ Object



4
# File 'lib/postspec_helper.rb', line 4

def statement(*args, **opts, &block) postspec.statement(*args, **opts, &block) end

#timestampObject



9
# File 'lib/postspec_helper.rb', line 9

def timestamp() postspec.timestamp end

#timestamptzObject



10
# File 'lib/postspec_helper.rb', line 10

def timestamptz() postspec.timestamptz end

#transaction(&block) ⇒ Object



18
# File 'lib/postspec_helper.rb', line 18

def transaction(&block) postspec.transaction(&block) end

#updated_recordsObject



14
# File 'lib/postspec_helper.rb', line 14

def updated_records() postspec.updated end

#use(*args) ⇒ Object



3
# File 'lib/postspec_helper.rb', line 3

def use(*args) postspec.use(*args) end