Skip to content

Commit

Permalink
Remove focus from spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Jackson committed Jan 16, 2013
1 parent ff4e1ac commit 5efc70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/travis_spec.rb
Expand Up @@ -9,7 +9,8 @@
YAML.load_file(path.to_s)
end

it "should be a valid Travis-CI configuration file.", :focus do
it "should be a valid Travis-CI configuration file." do
do
Travis::Lint::Linter.valid?(travis_configuration).should be_true
end
end

0 comments on commit 5efc70f

Please sign in to comment.