spec/runners/generic_runner_spec.rb in optimus-ep-0.6.91 vs spec/runners/generic_runner_spec.rb in optimus-ep-0.8.0
- old
+ new
@@ -1,26 +1,19 @@
# Part of the Optimus package for managing E-Prime data
#
-# Copyright (C) 2008 Board of Regents of the University of Wisconsin System
+# Copyright (C) 2008-09 Board of Regents of the University of Wisconsin System
#
# Written by Nathan Vack <njvack@wisc.edu>, at the Waisman Laborotory for Brain
# Imaging and Behavior, University of Wisconsin - Madison
-# Part of the Optimus package for managing E-Prime data
-#
-# Copyright (C) 2008 Board of Regents of the University of Wisconsin System
-#
-# Written by Nathan Vack <njvack@wisc.edu>, at the Waisman Laborotory for Brain
-# Imaging and Behavior, University of Wisconsin - Madison
-
require File.join(File.dirname(__FILE__),'../spec_helper')
-require File.join(File.dirname(__FILE__), '../../lib/eprime')
+require File.join(File.dirname(__FILE__), '../../lib/optimus')
require 'runners/generic_runner'
-include EprimeTestHelper
+include OptimusTestHelper
-describe Eprime::Runners::GenericRunner do
+describe Optimus::Runners::GenericRunner do
before :each do
- @txr = Eprime::Runners::GenericRunner.new(Eprime::Transformers::BasicTransformer)
+ @txr = Optimus::Runners::GenericRunner.new(Optimus::Transformers::BasicTransformer)
end
it "should start with stdout in @out" do
@txr.out.should == STDOUT
end
\ No newline at end of file