Sha256: c8e0763bd53c491e364847c919d4abc5374d727b8e8863ec8fe82be91d1b1b8b

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

require 'spec_helper'

describe "Sessions" do
  describe "GET /" do
    it "should show the login page" do
      get root_path
      response.status.should be(200)
      response.body.should include("Please log in")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 spec/requests/sessions_spec.rb