spec/ironfan/diff_spec.rb in ironfan-5.0.11 vs spec/ironfan/diff_spec.rb in ironfan-6.0.0
- old
+ new
@@ -1,7 +1,5 @@
require 'spec_helper'
-require 'gorillib/diff'
-require_relative '../spec_helper/dummy_diff_drawer.rb'
describe Gorillib::DiffFormatter do
it 'writes the indices of displayed elements for both sides' do
TestDrawer.diffing_objs([1], [1,2]) do |drawer|
drawer.should_receive(:display_indices).with(1,1)