WIP: feature/1-add-support-for-fs-crud #47
3 changed files with 21 additions and 0 deletions
7
spec/commands/mapping_create_spec.cr
Normal file
7
spec/commands/mapping_create_spec.cr
Normal file
|
@ -0,0 +1,7 @@
|
|||
require "../spec_helper"
|
||||
require "../../src/commands/mapping_create"
|
||||
|
||||
describe GX::Commands::MappingCreate do
|
||||
context "Initialization" do
|
||||
end
|
||||
end
|
7
spec/commands/mapping_edit_spec.cr
Normal file
7
spec/commands/mapping_edit_spec.cr
Normal file
|
@ -0,0 +1,7 @@
|
|||
require "../spec_helper"
|
||||
require "../../src/commands/mapping_edit"
|
||||
|
||||
describe GX::Commands::MappingEdit do
|
||||
context "Initialization" do
|
||||
end
|
||||
end
|
7
spec/commands/mapping_list_spec.cr
Normal file
7
spec/commands/mapping_list_spec.cr
Normal file
|
@ -0,0 +1,7 @@
|
|||
require "../spec_helper"
|
||||
require "../../src/commands/mapping_list"
|
||||
|
||||
describe GX::Commands::MappingList do
|
||||
context "Initialization" do
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue