<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ruby-Web-Sessions-Exercise/Rakefile, branch solution</title>
<subtitle>An exercise that demonstrates how to leverage server-side web sessions for authentication</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/'/>
<entry>
<title>Add a simple Capybara test</title>
<updated>2015-12-08T04:36:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T04:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=67d985ed3047fe9e73b2038a81d96876ab54b63a'/>
<id>67d985ed3047fe9e73b2038a81d96876ab54b63a</id>
<content type='text'>
* Add Rakefile to run tests with `rake`
* Add a `test_helper` to take care of the setup that Capybara requires
  in order to run
* Add a super basic test to see if Capybara works
* Put app in a `Sinatra::Base` subclass so that we can tell Capybara
  where to find it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Rakefile to run tests with `rake`
* Add a `test_helper` to take care of the setup that Capybara requires
  in order to run
* Add a super basic test to see if Capybara works
* Put app in a `Sinatra::Base` subclass so that we can tell Capybara
  where to find it
</pre>
</div>
</content>
</entry>
</feed>
