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

  1. require "./spec_helper"
  2. describe SalesBackend do
  3. # TODO: Write tests
  4. it "works" do
  5. false.should eq(true)
  6. end
  7. end