mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-27 21:58:55 +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'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Waterfoul::CPU do
|
describe Waterfoul::CPU do
|
||||||
before do
|
|
||||||
$mmu = double :mmu
|
|
||||||
end
|
|
||||||
|
|
||||||
subject { Waterfoul::CPU.new }
|
subject { Waterfoul::CPU.new }
|
||||||
|
|
||||||
# SWAP n
|
# SWAP n
|
||||||
|
|
Loading…
Reference in a new issue