Skip to content

Commit

Permalink
Small modification to previous warble --version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 30, 2011
1 parent 095832b commit d3ac36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/warbler/task_spec.rb
Expand Up @@ -154,7 +154,7 @@ def run_task(t)

describe Warbler::Task do
it "should report Warbler version with --version" do
output = `ruby -Ilib -S bin/warble --version`.chomp
output = `ruby -rubygems -Ilib -S bin/warble --version`.chomp
output.should =~ /warbler/i
output.should =~ /#{Warbler::VERSION}/
end
Expand Down

0 comments on commit d3ac36d

Please sign in to comment.