spec/lib/fozzie/dsl_spec.rb in fozzie-1.0.2 vs spec/lib/fozzie/dsl_spec.rb in fozzie-1.0.3
- old
+ new
@@ -1,16 +1,16 @@
-require 'spec_helper'
-require 'fozzie/interface'
-
-describe Fozzie::Dsl do
-
- subject { Fozzie::Dsl.instance }
-
- it_behaves_like "interface"
-
- it "acts an a singleton" do
- Fozzie.c.namespaces.each do |k|
- Kernel.const_get(k).should eq Fozzie::Dsl.instance
- end
- end
-
+require 'spec_helper'
+require 'fozzie/interface'
+
+describe Fozzie::Dsl do
+
+ subject { Fozzie::Dsl.instance }
+
+ it_behaves_like "interface"
+
+ it "acts an a singleton" do
+ Fozzie.c.namespaces.each do |k|
+ Kernel.const_get(k).should eq Fozzie::Dsl.instance
+ end
+ end
+
end
\ No newline at end of file