spec/configurator_spec.rb in rconf-0.9.18 vs spec/configurator_spec.rb in rconf-0.9.19
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2011 RightScale, Inc, All Rights Reserved Worldwide.
+# Copyright (C) 2011-2012 RightScale, Inc, All Rights Reserved Worldwide.
#
# THIS PROGRAM IS CONFIDENTIAL AND PROPRIETARY TO RIGHTSCALE
# AND CONSTITUTES A VALUABLE TRADE SECRET. Any unauthorized use,
# reproduction, modification, or disclosure of this program is
# strictly prohibited. Any use of this program by an authorized
@@ -35,11 +35,11 @@
end
before(:each) do
@configurator = TestConfigurator.new(1)
end
-
+
it 'should register configurators' do
RightConf::ConfiguratorRegistry[:test].should == TestConfigurator
RightConf::ConfiguratorRegistry[:another].should == AnotherConfigurator
end
@@ -85,8 +85,6 @@
flexmock(RightConf::Platform.instance).should_receive(:dispatch).never
@configurator.run
end
end
-
-