config/development.rb in origen-0.0.5 vs config/development.rb in origen-0.0.6
- old
+ new
@@ -3,5 +3,11 @@
require "c99/doc_interface"
# The majority of this class is defined in the support application,
# this is to test that the importing application can override and
# extend imported classes.
require "#{Origen.root}/lib/c99/nvm"
+
+# Dummy definition to allow Origen tests to run until the Testers plugin is available
+module Testers
+ class J750
+ end
+end