Skip to content

Commit

Permalink
Adding pending tests that need to be written
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Feb 11, 2015
1 parent 71e650a commit 724eceb
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/unit/version_checker_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'spec_helper'

describe VersionCake::VersionChecker do

describe '#execute' do
xit {}
end

end
12 changes: 12 additions & 0 deletions spec/unit/version_context_service_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'spec_helper'

describe VersionCake::VersionContextService do

describe '#create_context_from_request' do
xit {}
end

describe '#create_context' do
xit {}
end
end
12 changes: 12 additions & 0 deletions spec/unit/version_context_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'spec_helper'

describe VersionCake::VersionContext do

describe '#supported_versions' do
xit {}
end

describe '#is_latest_version?' do
xit {}
end
end
9 changes: 9 additions & 0 deletions spec/unit/versioned_resource_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'spec_helper'

describe VersionCake::VersionedResource do

describe '#latest_version' do
xit {}
end

end

0 comments on commit 724eceb

Please sign in to comment.