test_rail_integration 0.0.6.24 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -179,7 +179,7 @@ module TestRail
179
179
  # Generate name for test run with date
180
180
  #
181
181
  def self.generate_test_run_name
182
- "Automation testrun #{Time.now.strftime("%d/%m/%Y")}"
182
+ "Test run #{Time.now.strftime("%d/%m/%Y")}"
183
183
  end
184
184
 
185
185
  end
@@ -5,7 +5,9 @@ module TestRail
5
5
 
6
6
  TEST_RAIL_ID_REGEX ||= /^@C\d+/
7
7
 
8
-
8
+ #
9
+ # Updating Test Rail according to logic
10
+ #
9
11
  def self.update_test_rail(scenario)
10
12
  test_case_id = scenario.source_tag_names.find { |e| e.match(TEST_RAIL_ID_REGEX) }[2..-1]
11
13
 
@@ -1,3 +1,3 @@
1
1
  module TestRailIntegration
2
- VERSION = "0.0.6.24"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_rail_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.24
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirikami
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler