Remove unneccessary blank lines

This commit is contained in:
Douwe Maan 2017-03-07 16:45:41 -06:00
parent 3420c6cc4e
commit 8a199f324b
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ module RelativePositioning
self.class.in_projects(project.id).maximum(:relative_position)
end
def prev_relative_position
prev_pos = nil

View File

@ -44,7 +44,6 @@ describe Issue, 'RelativePositioning' do
end
end
describe '#move_before' do
it 'moves issue before' do
[issue1, issue].each(&:move_to_end)