jail specs

arnaud sellenet committed Jun 16, 2014
commit 467c7c942bd40622804fd3b28ce91ba80a79ca5a
Showing 3 changed files with 2 additions and 3 deletions
locomotive/steam/decorators/page_decorator.rb b/lib/locomotive/steam/decorators/page_decorator.rb +0 -1
@@ @@ -10,7 +10,6 @@ module Locomotive
#
def safe_fullpath
- binding.pry
if index_or_404?
slug[current_locale]
else
spec/unit/entities/page_spec.rb +1 -1
@@ @@ -1,6 +1,6 @@
require 'spec_helper'
- describe 'Locomotive::Steam::Entities::Page', focused: true do
+ describe 'Locomotive::Steam::Entities::Page' do
it 'builds an empty page' do
build_page.should_not be_nil
spec/unit/loaders/pages_loader_spec.rb +1 -1
@@ @@ -12,7 +12,7 @@ describe Locomotive::Steam::Loader::Yml::PagesLoader do
it { should be_kind_of Object }
end
- describe '#load!' do
+ describe '#load!', pending: true do
before { loader.load! }
it 'loads pages in the pages Repository' do
Locomotive::Models[:pages].all.size.should > 0