lib/fuubar.rb in fuubar-0.0.2 vs lib/fuubar.rb in fuubar-0.0.3
- old
+ new
@@ -15,11 +15,11 @@
end
def increment
with_color do
@finished_count += 1
- @progress_bar.inc
@progress_bar.instance_variable_set("@title", " #{finished_count}/#{example_count}")
+ @progress_bar.inc
end
end
def example_passed(example)
super