Implementation of a generic backend of eshop in Crystal
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

9 righe
125 B

require "./spec_helper"
describe SalesBackend do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end