kaya 0.0.8 → 0.0.9
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 +4 -4
- data/lib/kaya/cuba.rb +1 -0
- data/lib/kaya/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fb23083e90ae0fe6d348d780f292c8b10745028
|
|
4
|
+
data.tar.gz: cc47368d259ff5177c4be752f77fec5af118edef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9f7b1a0b39d08a48fdafeeeeca136223d9516369265ec7e760adcb4baa3267d878e138ed09cbb4fce968671df6b7d038fddf7d740b93f5d166934d25c7ae5e6
|
|
7
|
+
data.tar.gz: 5defd6811dd0bf791c251bb76893414ebf05a233f0716ec296261bf467ca88be6534e7319f517555c98fc4f8872f775c21b05d56be33af521f76cf5fba9d4784
|
data/lib/kaya/cuba.rb
CHANGED
|
@@ -106,6 +106,7 @@ Cuba.define do
|
|
|
106
106
|
query_string = Kaya::Support::QueryString.new req
|
|
107
107
|
(Kaya::Support::Git.reset_hard and Kaya::Support::Git.pull) if Kaya::Support::Configuration.use_git?
|
|
108
108
|
Kaya::Suites.update_suites
|
|
109
|
+
suite_name.gsub!("%20"," ")
|
|
109
110
|
template = Mote.parse(File.read("#{Kaya::View.path}/body.mote"),self, [:section, :query_string, :suite_name, :log_name])
|
|
110
111
|
res.write template.call(section:"Test Suites", query_string:query_string, suite_name:suite_name, log_name:nil)
|
|
111
112
|
end
|
data/lib/kaya/version.rb
CHANGED