Sha256: 420efb38897bc033e5049d7c1dfbd9d098464f645a71d63f8544cfdf6975a1ae
Contents?: true
Size: 385 Bytes
Versions: 3
Compression:
Stored size: 385 Bytes
Contents
# frozen_string_literal: true require "spec_helper" require "shared/order_as_specified_examples" require "config/test_setup_migration" RSpec.describe "SQLite3" do before :all do ActiveRecord::Base.establish_connection(:sqlite3_test) TestSetupMigration.migrate(:up) end after(:all) { ActiveRecord::Base.remove_connection } include_examples ".order_as_specified" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
order_as_specified-1.6 | spec/sqlite3_spec.rb |
order_as_specified-1.5 | spec/sqlite3_spec.rb |
order_as_specified-1.4 | spec/sqlite3_spec.rb |