summaryrefslogblamecommitdiff
path: root/testing/tests/integration_test.rs
blob: e0dbe086a87b69fa45a44f9c481f33d7aca7a34b (plain) (tree)
1
2
3
4
5
6
7






                                      
use testing;

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