Skip to content

Commit

Permalink
💄 Better test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 16, 2014
1 parent 15a586a commit 0c6849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/minimap-element-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ describe 'MinimapElement', ->
expect(canvas.offsetWidth).toEqual(minimapElement.offsetWidth)
expect(canvas.offsetHeight).toEqual(minimapElement.offsetHeight + minimap.getLineHeight())

describe 'when displayMinimapOnLeft setting is true', ->
describe 'when minimap.displayMinimapOnLeft setting is true', ->
beforeEach ->
atom.config.set 'minimap.displayMinimapOnLeft', true

it 'moves the attached to the left', ->
it 'moves the attached minimap to the left', ->
expect(Array::indexOf.call(editorElement.shadowRoot.children, minimapElement)).toEqual(0)
nextAnimationFrame()

0 comments on commit 0c6849d

Please sign in to comment.