Skip to content

Commit

Permalink
bump ss number
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Apr 10, 2012
1 parent 1d63232 commit 68b1c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace :test do
begin
matcher.each{|m| out[m] or raise("Couldn't match for #{m.inspect}")}
real_size = Dir['*.png'].to_a.size
expected_size = 22
expected_size = 23
raise("There are a weird number of screenshots, expected #{expected_size}, got #{real_size}") unless expected_size == real_size
exit
rescue
Expand Down

0 comments on commit 68b1c39

Please sign in to comment.