fix deprecated method: stub! -> stub

This commit is contained in:
muratayusuke
2013-07-31 23:14:51 +09:00
parent e3bee69b27
commit 334a1db262

View File

@@ -8,7 +8,7 @@ describe 'homesick' do
let(:homesick) { Homesick.new }
before { homesick.stub!(:repos_dir).and_return(castles) }
before { homesick.stub(:repos_dir).and_return(castles) }
describe 'clone' do
context 'has a .homesickrc' do