mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
Why were there no tests for UITextLabel stylers? Weird.
Now there are.
This commit is contained in:
@@ -21,7 +21,12 @@ describe 'stylers/ui_text_field' do
|
||||
view = @vc.rmq.append(@view_klass, :ui_text_field_kitchen_sink).get
|
||||
|
||||
view.tap do |v|
|
||||
1.should == 1
|
||||
v.text.should == 'foo'
|
||||
v.textAlignment.should == NSTextAlignmentCenter
|
||||
v.placeholder.should == "placeholder"
|
||||
v.borderStyle.should == UITextBorderStyleRoundedRect
|
||||
v.autocapitalizationType.should == UITextAutocapitalizationTypeWords
|
||||
v.keyboardType.should == UIKeyboardTypeDefault
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user