remove focused

arnaud sellenet committed Jun 16, 2014
commit 37297abe8db757da850dfaf36eb26d308e641656
Showing 1 changed file with 1 additions and 1 deletions
spec/unit/loaders/site_loader_spec.rb +1 -1
@@ @@ -1,6 +1,6 @@
require 'spec_helper'
- describe Locomotive::Steam::Loader::Yml::SiteLoader, focused: true do
+ describe Locomotive::Steam::Loader::Yml::SiteLoader do
let(:path) { default_fixture_site_path }
let(:loader) { Locomotive::Steam::Loader::Yml::SiteLoader.new path, mapper }