spec/ripple/associations/proxy_spec.rb in ripple-0.7.0 vs spec/ripple/associations/proxy_spec.rb in ripple-0.7.1
- old
+ new
@@ -11,10 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
require File.expand_path("../../../spec_helper", __FILE__)
-describe Ripple::Document::Associations::Proxy do
+describe Ripple::Associations::Proxy do
require 'support/associations/proxies'
before :each do
@owner = mock('owner')
@owner.stub!(:new?).and_return(false)