Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Remove accidentally commited focus tag
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Feb 28, 2015
1 parent c1ca6f8 commit ea6089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cloudfinder-ec2/command/list_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe Cloudfinder::EC2::Command::List, focus: true do
describe Cloudfinder::EC2::Command::List do
let (:detector) { spy(Cloudfinder::EC2::Detector) }
let (:detector_result) { { cluster_name: detected_cluster, cluster_role: 'db', region: detected_region } }
let (:cluster_finder) { spy(Cloudfinder::EC2::Clusterfinder) }
Expand Down

0 comments on commit ea6089f

Please sign in to comment.