Skip to content

Commit

Permalink
updated gem in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Jul 23, 2019
1 parent 9805fcf commit 7ca7b1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ gem 'selenium-webdriver'
gem 'site_prism'
gem "rake"
gem 'byebug'
gem 'testrail-rspec'
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ require 'testrail-rspec'

**Sync Case ID in your BDD scenario**

Prefix TestRail Case ID on start of your rspec scenario; say, C860
Prefix TestRail Case ID on start of your rspec scenario; say, `C860`

```
describe 'Verify Google Home Page' do
Expand Down
2 changes: 1 addition & 1 deletion lib/testrail-rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TestrailRspec
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'site_prism'
require 'pages/app'
require 'byebug'
require './lib/testrail-rspec'
require 'testrail-rspec'

RSpec.configure do |config|

Expand Down
2 changes: 1 addition & 1 deletion testrail-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "testrail-rspec"
s.version = "0.1.0"
s.version = "0.1.1"
s.licenses = ['MIT']
s.author = ["Prashanth Sams"]
s.email = ['[email protected]']
Expand Down

0 comments on commit 7ca7b1a

Please sign in to comment.