Commit 3ebad8d8 authored by Terence Lee's avatar Terence Lee

whitespace

parent 0c419eec
...@@ -89,8 +89,8 @@ RSpec.describe "Simple" do ...@@ -89,8 +89,8 @@ RSpec.describe "Simple" do
let(:static_json_path) { fixtures_path("proxies/static.json") } let(:static_json_path) { fixtures_path("proxies/static.json") }
let(:setup_static_json) do let(:setup_static_json) do
Proc.new do |path| Proc.new do |path|
File.open(static_json_path, "w") do |file| File.open(static_json_path, "w") do |file|
file.puts <<STATIC_JSON file.puts <<STATIC_JSON
{ {
"proxies": { "proxies": {
"/api/": { "/api/": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment