Sha256: 5d0619c242d8fe8d9e6abe5b36473f1c69a8c283cd6286f6fce11ca455fbaae5

Contents?: true

Size: 283 Bytes

Versions: 9

Compression:

Stored size: 283 Bytes

Contents

notification :growl

require "hippo/guard_tasks"


Hippo::GuardTasks.run(self, name: 'hippo') do | tests |

    # tests.client do

    # end

    # tests.server do

    # end

    tests.server do
        watch(%r{^templates/print/*}) { "spec/server/print/form_spec.rb" }
    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 Guardfile
hippo-fw-0.9.8 Guardfile
hippo-fw-0.9.7 Guardfile
hippo-fw-0.9.6 Guardfile
hippo-fw-0.9.5 Guardfile
hippo-fw-0.9.4 Guardfile
hippo-fw-0.9.3 Guardfile
hippo-fw-0.9.2 Guardfile
hippo-fw-0.9.1 Guardfile