@@ -266,7 +266,6 @@ fn you_cannot_roll_more_than_ten_pins_in_a_single_frame() {
266
266
}
267
267
268
268
#[ test]
269
- #[ ignore]
270
269
fn first_bonus_ball_after_a_final_strike_cannot_score_an_invalid_number_of_pins ( ) {
271
270
let mut game = BowlingGame :: new ( ) ;
272
271
@@ -295,7 +294,6 @@ fn the_two_balls_after_a_final_strike_cannot_score_an_invalid_number_of_pins() {
295
294
}
296
295
297
296
#[ test]
298
- #[ ignore]
299
297
fn the_two_balls_after_a_final_strike_can_be_a_strike_and_non_strike ( ) {
300
298
let mut game = BowlingGame :: new ( ) ;
301
299
@@ -325,7 +323,6 @@ fn the_two_balls_after_a_final_strike_cannot_be_a_non_strike_followed_by_a_strik
325
323
}
326
324
327
325
#[ test]
328
- #[ ignore]
329
326
fn second_bonus_ball_after_a_final_strike_cannot_score_an_invalid_number_of_pins_even_if_first_is_strike (
330
327
) {
331
328
let mut game = BowlingGame :: new ( ) ;
@@ -341,7 +338,6 @@ fn second_bonus_ball_after_a_final_strike_cannot_score_an_invalid_number_of_pins
341
338
}
342
339
343
340
#[ test]
344
- #[ ignore]
345
341
fn if_the_last_frame_is_a_strike_you_cannot_score_before_the_extra_rolls_are_taken ( ) {
346
342
let mut game = BowlingGame :: new ( ) ;
347
343
@@ -363,7 +359,6 @@ fn if_the_last_frame_is_a_strike_you_cannot_score_before_the_extra_rolls_are_tak
363
359
}
364
360
365
361
#[ test]
366
- #[ ignore]
367
362
fn if_the_last_frame_is_a_spare_you_cannot_create_a_score_before_extra_roll_is_taken ( ) {
368
363
let mut game = BowlingGame :: new ( ) ;
369
364
@@ -382,7 +377,6 @@ fn if_the_last_frame_is_a_spare_you_cannot_create_a_score_before_extra_roll_is_t
382
377
}
383
378
384
379
#[ test]
385
- #[ ignore]
386
380
fn cannot_roll_after_bonus_roll_for_spare ( ) {
387
381
let mut game = BowlingGame :: new ( ) ;
388
382
@@ -398,7 +392,6 @@ fn cannot_roll_after_bonus_roll_for_spare() {
398
392
}
399
393
400
394
#[ test]
401
- #[ ignore]
402
395
fn cannot_roll_after_bonus_roll_for_strike ( ) {
403
396
let mut game = BowlingGame :: new ( ) ;
404
397
0 commit comments