Files

11 lines
254 B
Ruby
Raw Permalink Normal View History

2017-11-12 13:27:10 +01:00
require 'rails_helper'
2019-06-28 18:50:50 +02:00
RSpec.describe "Greendays", pending: true, type: :request do
2017-11-12 13:27:10 +01:00
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