Switch specs to use bandit instead of igloo
This commit is contained in:
parent
ccd806a0da
commit
d027aa5af6
14 changed files with 138 additions and 118 deletions
|
|
@ -1,10 +1,12 @@
|
|||
#include <igloo/igloo_alt.h>
|
||||
#include "spec_helper.h"
|
||||
#include "../fixtures/parsers/arithmetic.c"
|
||||
|
||||
using namespace igloo;
|
||||
START_TEST
|
||||
|
||||
Describe(arithmetic) {
|
||||
It(parses_numbers) {
|
||||
describe("arithmetic", []() {
|
||||
it("parses_numbers", [&]() {
|
||||
ts_parse_arithmetic("5");
|
||||
};
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
END_TEST
|
||||
Loading…
Add table
Add a link
Reference in a new issue