Files
growstuff/spec/requests/updates_spec.rb
2012-11-15 23:22:40 +00:00

11 lines
199 B
Ruby

require 'spec_helper'
describe "Updates" do
describe "GET /updates" do
it "works! (now write some real specs)" do
get updates_path
response.status.should be(200)
end
end
end