mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-26 21:58:54 +01:00
removed unused double for prefix specs
This commit is contained in:
parent
45d30cd4b2
commit
2f5975b4f7
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Waterfoul::CPU do
|
||||
before do
|
||||
$mmu = double :mmu
|
||||
end
|
||||
|
||||
subject { Waterfoul::CPU.new }
|
||||
|
||||
# SWAP n
|
||||
|
|
Loading…
Reference in a new issue