Files
ch420/spec/requests/greendays_spec.rb
T
2019-06-28 18:50:50 +02:00

11 lines
254 B
Ruby

require 'rails_helper'
RSpec.describe "Greendays", pending: true, type: :request do
describe "GET /greendays" do
it "works! (now write some real specs)" do
get greendays_path
expect(response).to have_http_status(200)
end
end
end