Rakefile in fakes3-1.2.1 vs Rakefile in fakes3-1.3.0
- old
+ new
@@ -14,9 +14,9 @@
t.warning = false
end
desc "Run the test_server"
task :test_server do |t|
- system("bundle exec bin/fakes3 --port 10453 --root test_root")
+ system("bundle exec bin/fakes3 --port 10453 --license test --root test_root --corspostputallowheaders 'Authorization, Content-Length, Cache-Control'")
end
task :default => :test