Commit 84355ff9c596acfefd3e6efe4c6ee1a7cc81c61b

Authored by Ábner Silva de Oliveira
2 parents cf06bdb4 f5dfa78b

Merge branch 'master' of github.com:abner/pairwise-api

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/test_api.rake
... ... @@ -194,7 +194,7 @@ namespace :test_api do
194 194 :generated_prompts_on_each_side_are_equal => "Verify that count of generated prompts on each side is equal",
195 195 :every_valid_answer_has_an_appearances => "Verify that all valid answers have an appearance",
196 196 :duplicate_answers_have_no_appearance => "Verify that duplicate answers have no appearance",
197   - :appearances_have_same_session_as_answer => "Appearances have the same session of their answer"
  197 + #:appearances_have_same_session_as_answer => "Appearances have the same session of their answer"
198 198 }
199 199  
200 200 # dynamically create tasks for each question task
... ...