Skip to content

Commit 72dea8d

Browse files
committed
Updates test names.
1 parent dcdc442 commit 72dea8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/DemoTests/AlertActionTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AlertActionTests: QuickSpec {
2121
expect(subject.rx_action) === action
2222
}
2323

24-
it("disables the button while executing") {
24+
it("disables the alert action while executing") {
2525
let subject = UIAlertAction.Action("Hi", style: .Default)
2626

2727
var observer: AnyObserver<Void>!
@@ -41,7 +41,7 @@ class AlertActionTests: QuickSpec {
4141
expect(subject.enabled).toEventually( beTrue() )
4242
}
4343

44-
it("disables the button if the Action is disabled") {
44+
it("disables the alert action if the Action is disabled") {
4545
let subject = UIAlertAction.Action("Hi", style: .Default)
4646

4747
subject.rx_action = emptyAction(Observable.just(false))

0 commit comments

Comments
 (0)