Sha256: 850f844c0420bf7c53191871cb46861ab6052cbbc29a937d219b5a424979d0f3

Contents?: true

Size: 192 Bytes

Versions: 8

Compression:

Stored size: 192 Bytes

Contents

require 'pathname'
require Pathname(__FILE__).dirname + '../spec_helper'

require Pathname(__FILE__).dirname + '../../lib/sql'

describe 'SQL module' do

  it 'doesnt really do anything'

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dm-migrations-0.9.10 spec/unit/sql_spec.rb
dm-migrations-0.9.11 spec/unit/sql_spec.rb
dm-migrations-0.9.4 spec/unit/sql_spec.rb
dm-migrations-0.9.5 spec/unit/sql_spec.rb
dm-migrations-0.9.6 spec/unit/sql_spec.rb
dm-migrations-0.9.9 spec/unit/sql_spec.rb
dm-migrations-0.9.8 spec/unit/sql_spec.rb
dm-migrations-0.9.7 spec/unit/sql_spec.rb