spec/language_spec.rb in rconf-0.9.18 vs spec/language_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
@@ -52,9 +52,8 @@
{ :version => '1', :rubygems => '2' }
lang.configurators[1].class.should == RightConf::BundlerConfigurator
lang.configurators[1].instance_variable_get(:@settings_values).should ==
{ :version => '3' }
end
-
end