Commit 268ebd8657dd93e0b6ab4ba5747741c9c0836892
1 parent
4bd932b1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
removed test stubs
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
test/unit/api/session_test.rb
1 | 1 | require File.dirname(__FILE__) + '/test_helper' |
2 | -require "#{Rails.root}/lib/noosfero/api/helpers.rb" | |
3 | -include Noosfero::API::APIHelpers | |
4 | 2 | |
5 | 3 | class SessionTest < ActiveSupport::TestCase |
6 | 4 | |
7 | 5 | def setup |
8 | 6 | login_api |
9 | - Noosfero::API::APIHelpers.stubs(:verify_recaptcha_v1).returns(true) | |
10 | 7 | end |
11 | 8 | |
12 | 9 | should 'generate private token when login' do | ... | ... |