Add a line break to make sure you don't lose the correct commits
This commit is contained in:
parent
5933e73529
commit
42376af35e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue