remove extra line endings.

This commit is contained in:
Micah Geisel 2020-02-03 09:23:03 -08:00 committed by Micah Geisel
parent 77dece1e14
commit 73afd350d5
13 changed files with 0 additions and 13 deletions

View File

@ -3,4 +3,3 @@ guard :rspec, cmd: "bundle exec rspec" do
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch("spec/spec_helper.rb") { "spec" }
end

View File

@ -9,4 +9,3 @@ CLOBBER.include "pkg"
require "bundler/gem_helper"
Bundler::GemHelper.install_tasks name: :database_cleaner
Bundler::GemHelper.install_tasks name: :"database_cleaner-core"

View File

@ -5,4 +5,3 @@ set -vx
bundle check || bundle install
cp spec/support/sample.config.yml spec/support/config.yml

View File

@ -20,4 +20,3 @@ Feature: example
When I create a widget in another db
Then I should see 0 widget in one db
And I should see 1 widget in another db

View File

@ -38,4 +38,3 @@ Feature: multiple database cleaning
| DataMapper | transaction |
| ActiveRecord | transaction |
| Sequel | transaction |

View File

@ -1,2 +1 @@
require "database_cleaner/active_record"

View File

@ -27,4 +27,3 @@ module DatabaseCleaner
end
end
end

View File

@ -18,4 +18,3 @@ module DatabaseCleaner
end
end
end

View File

@ -12,4 +12,3 @@ RSpec.configure do |config|
config.disable_monkey_patching!
end

View File

@ -37,4 +37,3 @@ class ActiveRecordHelper < DatabaseCleaner::Spec::DatabaseHelper
ActiveRecord::ConnectionAdapters::Mysql2Adapter::NATIVE_DATABASE_TYPES[:primary_key] = primary_key_sql
end
end

View File

@ -33,4 +33,3 @@ class DataMapperHelper < DatabaseCleaner::Spec::DatabaseHelper
DataMapper.setup(:default, config)
end
end

View File

@ -1,3 +1,2 @@
my_db:
database: <%= "ONE".downcase %>

View File

@ -22,4 +22,3 @@ sqlite3:
pool: 5
timeout: 5000
encoding: utf8