huginn/spec
Akinori MUSHA 7e79d576b5 Improve Utils.normalize_uri (#1719)
* Improve Utils.normalize_uri

Globally replacing generally unsafe characters in a URL would not fix
invalid authorities and paths, so use Addressable::URI to normalize them
when necessary.

This should fix #1701.

* Remove an unused function

* Fix the test case to make sure an IPv6 address is supported
2016-10-05 14:17:04 +09:00
..
cassettes/Agents_GoogleCalendarPublishAgent/_receive Add spec 2014-06-29 02:55:51 +09:30
concerns Update expected log in the specs 2016-03-29 19:51:25 +09:00
controllers Rescue from AR:SubclassNotFound and allow to delete agents 2016-09-21 20:10:49 +02:00
data_fixtures Improve Utils.normalize_uri (#1719) 2016-10-05 14:17:04 +09:00
db/seeds Sets the new user up with an example set of agents 2016-04-10 16:03:21 -07:00
features Fix escape characters of events when dry running 2016-09-30 17:06:50 +02:00
fixtures Fix escape characters of events when dry running 2016-09-30 17:06:50 +02:00
helpers Improve agent and scenario forms 2016-05-12 09:15:49 +02:00
importers Uploadicons (#1427) 2016-06-15 23:52:50 -07:00
jobs Do not run/enqueue event propagation when a AgentPropagateJob is already enqueued 2016-04-17 17:15:50 +02:00
lib Allow specifing Agent gem in the Gemfile 2016-06-20 10:37:33 +02:00
models Improve Utils.normalize_uri (#1719) 2016-10-05 14:17:04 +09:00
presenters Update for rspec3 rails_helpers config, fix shoulda matchers 2015-10-20 18:50:52 -05:00
routing Update for rspec3 rails_helpers config, fix shoulda matchers 2015-10-20 18:50:52 -05:00
support Add multipart file upload to PostAgent 2016-09-19 10:39:48 +02:00
capybara_helper.rb Separate feature and non feature spec runs on travis 2016-05-12 10:03:23 +02:00
env.test Add LocalFileAgent and introduce concept to handle files 2016-03-18 20:43:28 +01:00
rails_helper.rb Fix escape characters of events when dry running 2016-09-30 17:06:50 +02:00