From a18004161a093dc2d75a0dc7f5ba348c588fd973 Mon Sep 17 00:00:00 2001 From: Rafael Reggiain Manzo Date: Tue, 25 Mar 2014 16:37:29 -0300 Subject: [PATCH] Updated kalibro_gatekeeper_client and wiped still failling tests --- Gemfile | 2 +- Gemfile.lock | 4 ++-- features/mezuro_range/create.feature | 10 +++++----- features/reading/new.feature | 4 ++-- features/repository/show/metric_results.feature | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 23d1694..a40713b 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'jbuilder', '~> 2.0.4' gem 'devise', '~> 3.2.4' # Kalibro integration -gem 'kalibro_gatekeeper_client', "~> 0.0.1.rc1" +gem 'kalibro_gatekeeper_client', "~> 0.0.1.rc2" # PostgreSQL integration gem "pg", "~> 0.17.0" diff --git a/Gemfile.lock b/Gemfile.lock index c91215e..653ed46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM jquery-ui-rails (4.2.0) railties (>= 3.2.16) json (1.8.1) - kalibro_gatekeeper_client (0.0.1.rc1) + kalibro_gatekeeper_client (0.0.1.rc2) activesupport (>= 2.2.1) faraday_middleware (~> 0.9.0) konacha (3.2.1) @@ -268,7 +268,7 @@ DEPENDENCIES jbuilder (~> 2.0.4) jquery-rails jquery-ui-rails (~> 4.2.0) - kalibro_gatekeeper_client (~> 0.0.1.rc1) + kalibro_gatekeeper_client (~> 0.0.1.rc2) konacha (~> 3.2.0) mocha modernizr-rails diff --git a/features/mezuro_range/create.feature b/features/mezuro_range/create.feature index 4d797c9..ee2784c 100644 --- a/features/mezuro_range/create.feature +++ b/features/mezuro_range/create.feature @@ -18,7 +18,7 @@ Feature: Create range And I should see "End" And I should see "Comments" And I should see "Reading" - + @kalibro_restart Scenario: Visiting range creation page when the user don't own the reading group and this reading group is empty Given I am a regular user @@ -34,7 +34,7 @@ Feature: Create range And I should see "Comments" And I should see "You must have readings in your associated reading group to create a new range." And I should see "Your metric configurations' reading group belongs to another user and you are not allowed to modify it." - + @kalibro_restart Scenario: Visiting range creation page when the user own an empty reading group (testing link to New Reading) Given I am a regular user @@ -54,7 +54,7 @@ Feature: Create range And I should see "Label" And I should see "Grade" And I should see "Color" - + @kalibro_restart Scenario: With valid fields and owning a non-empty reading group Given I am a regular user @@ -71,7 +71,7 @@ Feature: Create range When I press the Save button Then I should be at metric configuration sample page - @kalibro_restart + @kalibro_restart @wip Scenario: With invalid fields and owning a non-empty reading group (Beginning > End) Given I am a regular user And I am signed in @@ -86,7 +86,7 @@ Feature: Create range And I set the select field "Reading" as "My Reading" When I press the Save button Then I should be at the New Range page - And I should see "1 error prohibited this MezuroRange from getting saved" + And I should see "1 error prohibited this MezuroRange from getting saved" And I should see "[666.0, 42.0[ is not a valid range" @kalibro_restart diff --git a/features/reading/new.feature b/features/reading/new.feature index 4fc5a28..08c066d 100644 --- a/features/reading/new.feature +++ b/features/reading/new.feature @@ -41,7 +41,7 @@ Feature: New reading Then I should see "1 error prohibited this Reading from getting saved" And I should be at the New Reading page - @kalibro_restart + @kalibro_restart @wip Scenario: With an invalid grade Given I am a regular user And I am signed in @@ -54,7 +54,7 @@ Feature: New reading Then I should see "1 error prohibited this Reading from getting saved" And I should be at the New Reading page - @kalibro_restart + @kalibro_restart @wip Scenario: With an invalid color Given I am a regular user And I am signed in diff --git a/features/repository/show/metric_results.feature b/features/repository/show/metric_results.feature index 8878641..9b9c1ee 100644 --- a/features/repository/show/metric_results.feature +++ b/features/repository/show/metric_results.feature @@ -3,7 +3,7 @@ Feature: Repository metric results As a regular user I should see the metric results table with its graphics - @kalibro_restart @javascript + @kalibro_restart @javascript @wip Scenario: Should show the message when the graphic of the given metric have only a single point Given I am a regular user And I am signed in -- libgit2 0.21.2