Skip to content

Commit

Permalink
Remove unneeded assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed May 4, 2017
1 parent dd71890 commit 0f5d55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rspec/expectations/block_snippet_extractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def parse!
source.tokens.each do |token|
invoke_state_handler(token)
end
raise TargetNotFoundError, 'Could not find the target block'
end
end

Expand Down

0 comments on commit 0f5d55b

Please sign in to comment.