Rakefile in blacklight_range_limit-5.2.0 vs Rakefile in blacklight_range_limit-6.0.0

- old
+ new

@@ -8,11 +8,11 @@ require 'engine_cart/rake_task' EngineCart.fingerprint_proc = EngineCart.rails_fingerprint_proc -ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.10.3.zip" +ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.10.4.zip" require 'jettywrapper' task :default => :ci @@ -35,10 +35,10 @@ desc "Put sample data into solr" task :seed => ['engine_cart:generate'] do within_test_app do ENV['RAILS_ENV'] ||= 'test' - system "rake blacklight:solr:seed" + system "rake blacklight:index:seed" system "rake blacklight_range_limit:seed" end end end