Merge pull request #275 from jmmastey/remove-unused-test-suite

chore(tests): remove unused TestUnit suite, plus fixtures included in it
This commit is contained in:
Ken Johnson
2017-10-11 11:40:36 -04:00
committed by GitHub
46 changed files with 0 additions and 295 deletions
-3
View File
@@ -24,9 +24,6 @@ RSpec.configure do |config|
# config.mock_with :flexmock
# config.mock_with :rr
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false
# instead of true.