diff_spec.rb revision db149239590d2a39d399f12cd01609b190ea4763
require 'spec_helper'
{
}
end
end
let (:content1) { "Some\ncontent\nwith\nmany\nlines." } let (:content2) { "Some\ncontent,\nwith\nmany\nlines." }
end
it 'should detect that the last commit is the HEAD' do end
it 'should have the right file count when using the first commit' do end
it 'should have the right name in the list when using the first commit' do end
it 'should have the right path in the list when using the first commit' do end
it 'should have the type added in the list when using the first commit' do end
it "should have the type #{status} in the list when using the first commit" do end
end
it 'should have the right mime type in the list when using the first commit' do end
it 'should have the right mime category in the list when using the first commit' do end
it 'should have the right editable in the list when using the first commit' do end
it 'should have the right file count when using a commit in the middle' do end
it 'should have the right name in the list when using a commit in the middle' do end
it 'should have the right path in the list when using a commit in the middle' do end
it 'should have the type modified in the list when using a commit in the middle' do end
it "should have the type #{status} in the list when using a commit in the middle" do end
end
it 'should have the right mime type in the list when using a commit in the middle' do end
it 'should have the right mime category in the list when using a commit in the middle' do end
it 'should have the right editable in the list when using a commit in the middle' do end
it 'should have the right file count when using the HEAD' do end
it 'should have the right name in the list when using the HEAD' do end
it 'should have the right path in the list when using the HEAD' do end
it 'should have the type deleted in the list when using the HEAD' do end
it "should have the type #{status} in the list when using the HEAD" do end
end
it 'should have the right mime type in the list when using the HEAD' do end
it 'should have the right mime category in the list when using the HEAD' do end
it 'should have the right editable in the list when using the HEAD' do end
end