spec/lunetas/candy_spec.rb in lunetas-0.0.4 vs spec/lunetas/candy_spec.rb in lunetas-0.1.0

- old
+ new

@@ -1,7 +1,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -describe Lunetas::Candy::InstanceMethods do +describe Lunetas::Candy do describe '.initialize' do before(:each) do @instance = TestClass.new(mock_env('/just_a_test'), ['/just_a_test', 'a', 'b']) end