kalibro_gem 0.0.1.rc14 → 0.0.1.rc15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f437b3f0cf0bb7631a536d9d15297d39b6f71b34
4
- data.tar.gz: fe0fa34a3c8946b5870675308bda01b7a2bfd249
3
+ metadata.gz: 1bfef7eadd8a9e04acf56762b956c3c7b7a70557
4
+ data.tar.gz: f4d80833a335d7580921a4049c24d58fcd91980b
5
5
  SHA512:
6
- metadata.gz: 83c4613a5cd8ae7dfec27ad8188c190cae962ec15906d930cd9072baef5a901dd3849e9bf3ac45bb48bcabff8d2bcd85986127d8be6a9982487971776487590a
7
- data.tar.gz: d3cdf0333cd55f9a7ae985d53161c5f64329c9ccbd6abeb1c36175d5a38b153cfc127557ba6298567f9ba43054ba31e5d317b3775530f3288ca6cf62b8820d1a
6
+ metadata.gz: a81f043077fc09ea2bf564db157c52032e06bb74b46ebfad776106427208bca77d9cbdf7038a3783e448e8d8fe000ebf58c3f4faa528ba0f8d4c65095c7a7a25
7
+ data.tar.gz: 4d77c751525d7ebbc7612a5809dae627c2a90aaeaf4cba1cd65e77262d08103d810ebc4e3fde3f1a75b7372ea1a875b2c46b031b734892411f558eae13172ede
@@ -30,6 +30,12 @@ Before do
30
30
  #{KalibroGem::KalibroCucumberHelpers.configuration.query_file_path}"
31
31
  system command
32
32
 
33
+ command = "#{__dir__}/scripts/delete_all_kalibro_entries.sh \\
34
+ #{KalibroGem::KalibroCucumberHelpers.configuration.password} \\
35
+ #{KalibroGem::KalibroCucumberHelpers.configuration.database} \\
36
+ #{KalibroGem::KalibroCucumberHelpers.configuration.query_file_path}"
37
+ system command
38
+
33
39
  $dunit = true
34
40
  end
35
41
  end
@@ -34,5 +34,6 @@ echo "--> Changing owner of tests directory to tomcat6"
34
34
  sudo chown -R $TOMCAT_USER:$TOMCAT_GROUP $KALIBRO_HOME/tests
35
35
  sudo chmod 777 -R $KALIBRO_HOME/tests
36
36
 
37
+ echo "--> Restarting tomcat"
37
38
  # you must restart tomcat6
38
39
  $TOMCAT_RESTART_COMMAND
@@ -15,5 +15,5 @@
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
  module KalibroGem
18
- VERSION = "0.0.1.rc14"
18
+ VERSION = "0.0.1.rc15"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kalibro_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.rc14
4
+ version: 0.0.1.rc15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Morais