Skip to content

Commit

Permalink
Merge pull request #295 from jennifersmith/defocus_specs
Browse files Browse the repository at this point in the history
Removes focus off one single context so that all tests run locally
  • Loading branch information
e2 committed Nov 25, 2014
2 parents 2abb86a + 8bf60a3 commit 2098b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/guard/rspec/command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
end
end

context ":chdir option present", focus: true do
context ":chdir option present" do
let(:chdir) { "moduleA" }
let(:paths) do
%w[path1 path2].map { |p| "#{chdir}#{File::Separator}#{p}" }
Expand Down

0 comments on commit 2098b1e

Please sign in to comment.