Skip to content

Commit 6514f83

Browse files
committed
Adding categorization
1 parent f9f1564 commit 6514f83

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/alchemy_api/categorization.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module AlchemyApi
2+
class Categorization
3+
end
4+
end
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
require File.dirname(__FILE__) + "/../spec_helper"
2+
3+
describe AlchemyApi::Categorization do
4+
end

0 commit comments

Comments
 (0)