ba 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,12 +51,12 @@ module Ba::Banks
51
51
 
52
52
  def process_questions
53
53
  puts "The answer for the following questions will not be saved"
54
- first_question = first_question
55
- second_question = second_question
54
+ answer_1 = first_question
55
+ answer_2 = second_question
56
56
 
57
57
  form = get_question_form do |f|
58
- f.userAnswer1 = first_question
59
- f.userAnswer2 = secound_question
58
+ f.userAnswer1 = answer_1
59
+ f.userAnswer2 = answer_2
60
60
  end
61
61
  agent.submit(form)
62
62
  end
@@ -48,7 +48,7 @@ module Ba
48
48
  ask(go_to_authentication_path.search("#luserAnswer1").text.strip)
49
49
  end
50
50
 
51
- def second_question(page)
51
+ def second_question
52
52
  ask(go_to_authentication_path.search("#luserAnswer2").text.strip)
53
53
  end
54
54
 
@@ -1,3 +1,3 @@
1
1
  module Ba
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -17,7 +17,7 @@ describe Ba::CLI do
17
17
 
18
18
  describe "#version" do
19
19
  it "returns the current application version" do
20
- STDOUT.should_receive(:puts).with ("0.0.9")
20
+ STDOUT.should_receive(:puts).with ("0.0.10")
21
21
  subject.version
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: