1 2 3 4 5 6 7
extern crate bowling; use bowling::gamestate::*; #[test] fn adding_new_frame() { assert_eq!(true, false); }