Add a line break to make sure you don't lose the correct commits

This commit is contained in:
Eric Schultz 2018-06-07 15:28:38 -05:00
parent 5933e73529
commit 42376af35e

View file

@ -38,7 +38,7 @@ RSpec.describe StaticController, :type => :controller do
}
}
})
expect(File).to receive(:read).with("#{$RAILS_ROOT}/CCS_HASH").and_return("hash")
expect(File).to receive(:read).with("#{$RAILS_ROOT}/CCS_HASH").and_return("hash\n")
get('ccs')
expect(response).to redirect_to "https://github.com/account/repo/tree/hash"
end