Silence thor output during tests.

This commit is contained in:
Jacob Buys
2011-08-21 22:19:06 +02:00
parent 4f5e77d189
commit 6e4e60fc64
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ require 'spec_helper'
describe "homesick" do
let(:homesick) { Homesick.new }
before { silence! }
describe "clone" do
context "of a file" do