mirror of
https://github.com/iv-org/instances-api.git
synced 2024-06-28 05:45:33 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Instances do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
require "spec"
|
||||
require "../src/instances"
|
||||
Reference in New Issue
Block a user