mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-30 20:34:32 +01:00
cleaning up old code
This commit is contained in:
parent
2f5975b4f7
commit
4313b2dd63
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Waterfoul::Interrupt do
|
||||
before :each do
|
||||
$mmu = Waterfoul::MMU.new
|
||||
end
|
||||
|
||||
before { $mmu = Waterfoul::MMU.new }
|
||||
subject { described_class }
|
||||
|
||||
describe '.request_interupt' do
|
||||
|
|
Loading…
Add table
Reference in a new issue