Sha256: 84a58454f02f0d744d0be0e0e25ec5b74f59cf9774be8b78545986089c3ae35e
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
require 'spec_helper' describe "SystemTaskStatus" do describe "GET /system_task_status" do it "works! (now write some real specs)" do # Run the generator again with the --webrat flag if you want to use webrat methods/matchers get system_task_status_path response.status.should be(200) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | spec/controllers/system_task_status_spec.disabled |
guara-0.0.1.rc | spec/controllers/system_task_status_spec.disabled |