huginn/spec
Akinori MUSHA 979f803759 Add a "Dry Run" feature to the Agent form.
User can test if an agent being saved will work as expected simply by
clicking the "Dry Run" button, which opens up a modal window that shows
dry-run results including log, events and memory.  Resolves #593.

The current implementation only allows dry-run of Agents that do not
require an incoming event to be run.

Also, each Agent class must opt in for this feature by declaring
themselves as `can_dry_run!`.  To begin with, only WebsiteAgent is
marked as dry-runnable for now.
2015-03-14 04:52:44 +09:00
..
cassettes/Agents_GoogleCalendarPublishAgent/_receive Add spec 2014-06-29 02:55:51 +09:30
concerns Add a "Dry Run" feature to the Agent form. 2015-03-14 04:52:44 +09:00
controllers Add a "Dry Run" feature to the Agent form. 2015-03-14 04:52:44 +09:00
data_fixtures calculate ids if none are available 2014-09-13 11:51:12 -07:00
fixtures Fixes the specs 2014-11-02 01:23:42 +01:00
helpers Add a new helper: icon_tag(). 2014-10-27 18:33:06 +09:00
lib Added specs for the latlng property 2014-11-06 09:18:08 +01:00
models Merge pull request #734 from cantino/object_logging 2015-03-11 13:08:24 -10:00
presenters Fixes the specs 2014-11-02 01:23:42 +01:00
routing Migrate to RSpec's new expect syntax using Transpec. 2014-10-03 16:16:15 +09:00
support Added line_break tag to insert \n into liquid interpolated string 2015-02-17 23:52:19 +01:00
env.test Add dropbox dummy key/secret for testing purposes. 2014-10-14 15:28:16 -03:00
spec_helper.rb Follow the deprecation warnings after upgrading RSpec to 3. 2014-10-03 16:19:04 +09:00