---
 server/server.rb       |    2 +-
 tests/ec2/api.feature  |    2 +-
 tests/mock/api.feature |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/server.rb b/server/server.rb
index 883f4f8..a8dc3d4 100644
--- a/server/server.rb
+++ b/server/server.rb
@@ -41,7 +41,7 @@ end
 get '/' do redirect '/api'; end
 
 get '/api\/?' do
-    @version = 1.0
+    @version = 0.1
     respond_to do |format|
         format.xml { haml :"api/show" }
         format.json do
diff --git a/tests/ec2/api.feature b/tests/ec2/api.feature
index e6b1625..1052634 100644
--- a/tests/ec2/api.feature
+++ b/tests/ec2/api.feature
@@ -6,7 +6,7 @@ Feature: Accessing API entry points
     When client access this URI
     Then client should get root element 'api'
     And this element should have attribute 'driver' with value 'ec2'
-    And this element should have attribute 'version' with value '1.0'
+    And this element should have attribute 'version' with value '0.1'
 
   Scenario: List of entry points
     Given URI /api exists
diff --git a/tests/mock/api.feature b/tests/mock/api.feature
index 8c4ddd2..ec05551 100644
--- a/tests/mock/api.feature
+++ b/tests/mock/api.feature
@@ -6,7 +6,7 @@ Feature: Accessing API entry points
     When client access this URI
     Then client should get root element 'api'
     And this element should have attribute 'driver' with value 'mock'
-    And this element should have attribute 'version' with value '1.0'
+    And this element should have attribute 'version' with value '0.1'
 
   Scenario: List of entry points
     Given URI /api exists
-- 
1.7.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to