fix deprecated method: stub! -> stub
This commit is contained in:
@@ -9,7 +9,7 @@ describe 'homesick' do
|
|||||||
|
|
||||||
let(:homesick) { Homesick.new }
|
let(:homesick) { Homesick.new }
|
||||||
|
|
||||||
before { homesick.stub!(:repos_dir).and_return(castles) }
|
before { homesick.stub(:repos_dir).and_return(castles) }
|
||||||
|
|
||||||
describe 'clone' do
|
describe 'clone' do
|
||||||
context 'has a .homesickrc' do
|
context 'has a .homesickrc' do
|
||||||
|
|||||||
Reference in New Issue
Block a user