This commit is contained in:
Alex Ling 2020-02-11 23:48:18 +00:00
parent 3c2b054ec8
commit a3203dccba
4 changed files with 0 additions and 26 deletions

View File

@ -1,9 +0,0 @@
root = true
[*.cr]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

View File

@ -1,6 +0,0 @@
language: crystal
# Uncomment the following if you'd like Travis to run specs and check code formatting
# script:
# - crystal spec
# - crystal tool format --check

View File

@ -1,9 +0,0 @@
require "./spec_helper"
describe Mango do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end

View File

@ -1,2 +0,0 @@
require "spec"
require "../src/mango"