first check in with one or two specs
This commit is contained in:
commit
2c42cf1ca5
2 changed files with 52 additions and 0 deletions
13
lib/couchrest.rb
Normal file
13
lib/couchrest.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'uri'
|
||||
|
||||
class Couchrest
|
||||
|
||||
def initialize server
|
||||
@server = URI.parse server
|
||||
end
|
||||
|
||||
def databases
|
||||
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue