spec/spec_helper.rb in hydra-mods-0.0.2 vs spec/spec_helper.rb in hydra-mods-0.0.3
- old
+ new
@@ -22,12 +22,10 @@
source_file.lines.count < 5
end
end
end
-require 'combustion'
-Combustion.initialize!
-require 'rspec/rails'
+require 'rspec'
require 'hydra/mods'
require 'hydra/datastream/common_mods_index_methods'
require 'hydra/datastream/mods_basic'
RSpec.configure do |config|