spec/tasks/dispatcher_spec.rb in volt-0.9.1 vs spec/tasks/dispatcher_spec.rb in volt-0.9.2

- old
+ new

@@ -1,8 +1,8 @@ if RUBY_PLATFORM != 'opal' class TestTask < Volt::Task def allowed_method(arg1, arg2) - return 'yes' + arg1 + arg2 + 'yes' + arg1 + arg2 end end describe Volt::Dispatcher do before do