spec/lib/query/combinations/base_spec.rb in picky-2.7.0 vs spec/lib/query/combinations/base_spec.rb in picky-3.0.0.pre1
- old
+ new
@@ -1,9 +1,9 @@
# coding: utf-8
#
require 'spec_helper'
-describe Query::Combinations::Base do
+describe Picky::Query::Combinations::Base do
before(:each) do
@combinations_ary = stub :combinations_ary
@combinations = described_class.new @combinations_ary
\ No newline at end of file