File: base_test.rb

package info (click to toggle)
ruby-with-advisory-lock 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ruby: 818; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'test_helper'

class WithAdvisoryLockBaseTest < GemTestCase
  test 'should support advisory_locks_enabled' do
    skip if is_sqlite3_adapter?

    assert Tag.connection.advisory_locks_enabled?
  end
end