Documentation
1
2
3
4
5
6
use stormbase;

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