Skip to content

Commit

Permalink
mark up the spec to further work on
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagir committed Dec 6, 2011
1 parent d7ff28d commit 4de34e4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
31 changes: 31 additions & 0 deletions spec/api/node_spec.rb
@@ -0,0 +1,31 @@
require 'spec_helper'

describe Morpheus::API::Nodes do

describe "#get" do
it "should GET" do
fail
end

it "should create the model" do
fail
end
end

describe "#create" do
it "should POST"
it "should update the model"
end

describe "#update" do
it "should PUT"
it "should update the model"
end

describe "#delete" do
it "should DELETE"
it "should update the model"
end

end

12 changes: 0 additions & 12 deletions spec/api_spec.rb
@@ -1,41 +1,29 @@
require 'spec_helper'

describe Morpheus::API::Nodes do
pending
end

describe Morpheus::API::Relationships do
pending
end

describe Morpheus::API::RelationshipTypes do
pending
end

describe Morpheus::API::RelationshipProperties do
end

describe Morpheus::API::Indexes do
pending
end

describe Morpheus::API::AutoIndexes do
pending
end

describe Morpheus::API::ConfigurableAutoIndexes do
pending
end

describe Morpheus::API::Algorithms do
pending
end

describe Morpheus::API::Batching do
pending
end

describe Morpheus::API::Gremlin do
pending
end

0 comments on commit 4de34e4

Please sign in to comment.