On Mon, 2011-11-14 at 16:09 +0100, mfoj...@redhat.com wrote: > diff --git a/server/spec/cimi/model/machine_template_spec.rb > b/server/spec/cimi/model/machine_template_spec.rb > index d7028a6..57895c9 100644 > --- a/server/spec/cimi/model/machine_template_spec.rb > +++ b/server/spec/cimi/model/machine_template_spec.rb > @@ -13,15 +13,8 @@ > # License for the specific language governing permissions and limitations > # under the License. > # > - > -require 'spec_helper'
Doesn't this break running specs with rspec directly ? It's much quicker to run 'rspec -l 17 spec/cimi/model/schema_spec.rb' than to run everything through rake. David