use stormbase; #[test] fn integration_adds_two() { assert_eq!(4, stormbase::add_two(2)); }