From 5efc70f9b6e46d0cb703a794cb9b049f52b5f539 Mon Sep 17 00:00:00 2001 From: Jonathan Jackson Date: Wed, 16 Jan 2013 16:33:41 -0500 Subject: [PATCH] Remove focus from spec. --- spec/travis_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/travis_spec.rb b/spec/travis_spec.rb index c97a060..4bf0d64 100644 --- a/spec/travis_spec.rb +++ b/spec/travis_spec.rb @@ -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