Skip to content

Commit

Permalink
Fixing spec to reflect new text output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Scruggs committed Mar 1, 2011
1 parent 3e97cd4 commit 3445ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/generators/churn_spec.rb
Expand Up @@ -11,7 +11,7 @@

it "should be empty on error" do
churn = MetricFu::Churn.new
churn.instance_variable_set(:@output, "fatal: Not a git repository")
churn.instance_variable_set(:@output, "Churning requires a subversion or git repo")
result = churn.analyze
result.should == [:churn => {}]
end
Expand Down

0 comments on commit 3445ef5

Please sign in to comment.