From b47902395d54a966846463eafaff1d5457d5978b Mon Sep 17 00:00:00 2001 From: Kristian Mandrup Date: Sun, 23 Sep 2012 15:23:21 +0200 Subject: [PATCH] ready2rock --- lib/mongoid_indexing.rb | 1 + spec/mongoid_indexing_spec.rb | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/mongoid_indexing.rb b/lib/mongoid_indexing.rb index e69de29..a155009 100644 --- a/lib/mongoid_indexing.rb +++ b/lib/mongoid_indexing.rb @@ -0,0 +1 @@ +require 'mongoid/indexing' \ No newline at end of file diff --git a/spec/mongoid_indexing_spec.rb b/spec/mongoid_indexing_spec.rb index 0ea8473..b579ea7 100644 --- a/spec/mongoid_indexing_spec.rb +++ b/spec/mongoid_indexing_spec.rb @@ -1,7 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'spec_helper' describe "MongoidIndexing" do - it "fails" do - fail "hey buddy, you should probably rename this file and start specing for real" - end + pending 'Tested in another project - no specs for now :P' end