MSpec is an RSpec-inspired unit testing framework for MIPS assembly. MSpec takes RSpec-like spec files as input and generates an assembly file containing unit tests.
Zachary Kurmas
Copyright © 2012
# File lib/mipsunit/mspec.rb, line 14 def self.reset @global = nil end