diff --git a/spec/form/button_spec.cr b/spec/form/button_spec.cr new file mode 100644 index 0000000..41fee83 --- /dev/null +++ b/spec/form/button_spec.cr @@ -0,0 +1,33 @@ +require "../spec_helper" + +WebMock.stub(:get, "example.com/form/button").to_return(body: +<<-BODY + + + page_title + + +
+