require File.expand_path("../spec_helper", __FILE__) module Danger describe Danger::DiffInlineTodoFinder do let(:subject) { Danger::DiffInlineTodoFinder.new(%w(TODO FIXME)) } describe "#call" do it "finds todos inline after code" do patch = <