spec/lib/generators/partial/none_spec.rb in picky-2.7.0 vs spec/lib/generators/partial/none_spec.rb in picky-3.0.0.pre1
- old
+ new
@@ -1,13 +1,13 @@
require 'spec_helper'
-describe Generators::Partial::None do
+describe Picky::Generators::Partial::None do
it 'is not saved' do
described_class.new.saved?.should == false
end
it "has the right superclass" do
- described_class.should < Generators::Partial::Strategy
+ described_class.should < Picky::Generators::Partial::Strategy
end
it "returns an empty index" do
described_class.new.generate_from(:unimportant).should == {}
end
describe 'use_exact_for_partial?' do
\ No newline at end of file