mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
- clean
This commit is contained in:
parent
3c2b054ec8
commit
a3203dccba
@ -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
|
@ -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
|
@ -1,9 +0,0 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Mango do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
@ -1,2 +0,0 @@
|
||||
require "spec"
|
||||
require "../src/mango"
|
Loading…
x
Reference in New Issue
Block a user