features/api/text/extract_text.feature in aruba-0.14.7 vs features/api/text/extract_text.feature in aruba-0.14.8
- old
+ new
@@ -15,11 +15,11 @@
And a file named "spec/extract_text_spec.rb" with:
"""
require 'spec_helper'
RSpec.describe 'Run command', :type => :aruba do
- before(:each) { run('cli') }
+ before(:each) { run_command('cli') }
before(:each) { stop_all_commands }
it { expect(extract_text(unescape_text(last_command.output))).to eq "Text" }
end
"""
@@ -35,11 +35,11 @@
And a file named "spec/extract_text_spec.rb" with:
"""
require 'spec_helper'
RSpec.describe 'Run command', :type => :aruba do
- before(:each) { run('cli') }
+ before(:each) { run_command('cli') }
before(:each) { stop_all_commands }
it { expect(extract_text(unescape_text(last_command.output))).to eq "Text" }
end
"""
@@ -55,11 +55,11 @@
# And a file named "spec/extract_text_spec.rb" with:
# """
# require 'spec_helper'
#
# RSpec.describe 'Run command', :type => :aruba do
- # before(:each) { run('cli') }
+ # before(:each) { run_command('cli') }
# before(:each) { stop_all_commands }
#
# it { expect(extract_text(unescape_text(last_command.output))).to eq "Text" }
# end
# """
@@ -75,10 +75,10 @@
# And a file named "spec/extract_text_spec.rb" with:
# """
# require 'spec_helper'
#
# RSpec.describe 'Run command', :type => :aruba do
- # before(:each) { run('cli') }
+ # before(:each) { run_command('cli') }
# before(:each) { stop_all_commands }
#
# it { expect(extract_text(unescape_text(last_command.output))).to eq "Text" }
# end
# """