spec/base_spec.rb in p8-metric_fu-0.8.4.9 vs spec/base_spec.rb in p8-metric_fu-0.8.4.10

- old
+ new

@@ -45,12 +45,7 @@ it "should return the class name in lowercase" do @generator = MetricFu::Base::Generator.new('other_dir') @generator.template_name.should == 'generator' end end - - describe "open_in_browser?" do - it "should return the value of PLATFORM['darwin']" do - @generator = MetricFu.open_in_browser?.should == PLATFORM['darwin'] - end - end + end \ No newline at end of file