From 11c92db4208efb6381a2fd65bcc4de427d1f21f6 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 20 Jun 2024 23:51:27 +0530 Subject: Adds Bare Server --- spec/indrajith-dev-crystal_spec.cr | 9 +++++++++ spec/spec_helper.cr | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 spec/indrajith-dev-crystal_spec.cr create mode 100644 spec/spec_helper.cr (limited to 'spec') diff --git a/spec/indrajith-dev-crystal_spec.cr b/spec/indrajith-dev-crystal_spec.cr new file mode 100644 index 0000000..b9d7bdd --- /dev/null +++ b/spec/indrajith-dev-crystal_spec.cr @@ -0,0 +1,9 @@ +require "./spec_helper" + +describe Indrajith::Dev::Crystal do + # TODO: Write tests + + it "works" do + false.should eq(true) + end +end diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr new file mode 100644 index 0000000..01eeb8b --- /dev/null +++ b/spec/spec_helper.cr @@ -0,0 +1,2 @@ +require "spec" +require "../src/indrajith-dev-crystal" -- cgit v1.2.3