Fixed trailing whitespace bug
This commit is contained in:
parent
711dcdc5f4
commit
5c26b895f2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe Request do
|
|||
it 'should strip the destination url' do
|
||||
person_request = Request.new
|
||||
person_request.destination_url = " http://google.com/ "
|
||||
person_request.send(:clean_linl)
|
||||
person_request.send(:clean_link)
|
||||
person_request.destination_url.should == "http://google.com/"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue