Ricardo Garcia
Builds for 1 pipeline passed in 0 seconds

Fix class description

...@@ -6,7 +6,6 @@ before_script: ...@@ -6,7 +6,6 @@ before_script:
6 stages: 6 stages:
7 - build 7 - build
8 - test 8 - test
9 - - deploy
10 9
11 rspec: 10 rspec:
12 stage: build 11 stage: build
......
1 require 'spec_helper' 1 require 'spec_helper'
2 2
3 -describe ConektaHandler do 3 +describe Var::ConektaHandler do
4 it 'processes oxxo payment' do 4 it 'processes oxxo payment' do
5 end 5 end
6 6
...@@ -12,4 +12,4 @@ describe ConektaHandler do ...@@ -12,4 +12,4 @@ describe ConektaHandler do
12 12
13 it 'processes payout' do 13 it 'processes payout' do
14 end 14 end
15 -end
...\ No newline at end of file ...\ No newline at end of file
15 +end
......