Skip to content

Commit

Permalink
fix a spec in Temperature Converter
Browse files Browse the repository at this point in the history
Looks like NSFormCell does not have insertText property
  • Loading branch information
Watson1978 committed Jan 31, 2014
1 parent 2252083 commit c51c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/Temperature Converter/spec/window_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

it '32°C for Celsius' do
view = @controller.form.cellAtIndex(1)
view.insertText = "32"
view.title = "32"
view = @controller.form.cellAtIndex(2)
# fahrenheit = view.stringValue
# fahrenheit.should.equal '89,6'
Expand Down

0 comments on commit c51c238

Please sign in to comment.