Skip to content

Commit

Permalink
I officially dub thee v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Aug 1, 2015
1 parent e4fa1bd commit 13dc1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/finder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
end

it 'raises and exception upon not finding it' do
expect { subject.find('macguffin')}.to raise_error("game_icons: could not find icon 'macguffin'")
expect { subject.find('macguffin')}.to raise_error(start_with("game_icons: could not find icon 'macguffin'"))
end

end
end

0 comments on commit 13dc1bf

Please sign in to comment.