huginn/spec
Dominik Sander 7c1ec33d64 Fix Liquid interpolation in TwilioAgent helper methods
The Agent did not use `interpolate_with` in it's `receive` method,
which lead to `interpolated[...]` calls in `send_message` and
`make_call` always returning empty strings.

The new `interpolate_with_each` helper iterates over an array of
objects and yields each object in a `interpolated_with(object)`
context.

Fixes #2186
2018-01-04 10:45:03 +01:00
..
cassettes/Agents_GoogleTranslationAgent/_receive fix specs. the google calendar ones aren't actually using vcr so removing that 2017-07-07 17:10:07 -04:00
concerns Add a new option include_sort_info 2017-01-01 03:27:24 +09:00
controllers Option for custom response headers for receive_web_request (#1977) 2017-04-27 12:19:59 +12:00
data_fixtures Support the AtomYoutube feed format of Feedjira 2017-08-10 21:46:48 +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 dry-run modal when clicking on icon in 'Dry Run' button 2017-09-16 13:01:35 +02:00
fixtures Fix scenario import when merges are required 2017-01-17 22:00:38 +01:00
helpers Fix spec expectation when USE_GRAPHVIZ_DOT is defined 2017-05-23 14:53:15 -07: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 Removing obsolete test and environment property. 2017-05-29 20:48:50 +02:00
migrations Disable automatic URL normalization and absolutization on url 2016-11-27 13:38:23 +09:00
models Fix Liquid interpolation in TwilioAgent helper methods 2018-01-04 10:45:03 +01: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 Replace references to https://github.com/cantino/huginn with huginn/huginn 2017-09-01 18:56:10 +09:00
capybara_helper.rb Introduce capybara-screenshot to make debugging easier 2017-07-19 10:30:52 +09:00
env.test Add LocalFileAgent and introduce concept to handle files 2016-03-18 20:43:28 +01:00
rails_helper.rb Remove database_cleaner gem 2017-05-19 09:24:48 +02:00