Skip to content

Commit 1e51873

Browse files
committed
Remove unnecessary stub
1 parent c6f8e58 commit 1e51873

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/lib/travis/remote_log_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
now = double('now')
199199
allow(now).to receive(:utc).and_return(now)
200200
allow(now).to receive(:to_s).and_return('whenebber')
201-
allow(now).to receive(:-).with(0).and_return(Time.now.to_i)
202201
allow(Time).to receive(:now).and_return(now)
203202

204203
allow(subject).to receive(:removed_by).and_return(user)

0 commit comments

Comments
 (0)