mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 19:23:59 -04:00
11 lines
199 B
Ruby
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
|