<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test, branch 0.2.7</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>detect os in browser and show proper download link</title>
<updated>2013-10-15T13:11:53+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-15T12:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8e5aa5093ab6e67db4f603a44bb7027245b91a21'/>
<id>8e5aa5093ab6e67db4f603a44bb7027245b91a21</id>
<content type='text'>
We add a class to the html element based on the detected os and use that to pick which download link should be visible.

If we detect an os that is not supported we display a deactivated download link instead with all alternatives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We add a class to the html element based on the detected os and use that to pick which download link should be visible.

If we detect an os that is not supported we display a deactivated download link instead with all alternatives.
</pre>
</div>
</content>
</entry>
<entry>
<title>integration tests for session expiry</title>
<updated>2013-09-17T11:04:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-17T11:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=165e417bc6ba66d51d74764db7b59279fb6a923f'/>
<id>165e417bc6ba66d51d74764db7b59279fb6a923f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>integration test for displaying internal server error during signup</title>
<updated>2013-09-03T06:32:19+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-02T07:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1bcc76b4f50a181a1b3c137c79b627257187ac3c'/>
<id>1bcc76b4f50a181a1b3c137c79b627257187ac3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test the error handling of json and html responses</title>
<updated>2013-09-03T06:30:12+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-02T07:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1210f91251b14c251b2d4a6de7665fa520b77864'/>
<id>1210f91251b14c251b2d4a6de7665fa520b77864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>validations of email format and local domain moved over</title>
<updated>2013-07-24T08:55:50+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-07-18T10:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=d96fac2de074bbe3a44d888af5ceaff45b1b9b27'/>
<id>d96fac2de074bbe3a44d888af5ceaff45b1b9b27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure the page has been reloaded before testing current_path</title>
<updated>2013-07-16T11:06:48+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-07-16T11:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f40c09a8b750d5d317a22af7186bde5c940b6924'/>
<id>f40c09a8b750d5d317a22af7186bde5c940b6924</id>
<content type='text'>
This test would fail sometimes on
  assert_equal '/', current_path

I believe it was a timing issue. page.has_content? will wait for the content to show up. So afterwards the current_path should always be correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test would fail sometimes on
  assert_equal '/', current_path

I believe it was a timing issue. page.has_content? will wait for the content to show up. So afterwards the current_path should always be correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure capybara runs the whole rack app</title>
<updated>2013-07-14T17:52:54+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-07-14T17:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8b79988c4c6cedd77664e14f16b149a669965eff'/>
<id>8b79988c4c6cedd77664e14f16b149a669965eff</id>
<content type='text'>
We use port 3003 for the integration test server.
This test takes a few seconds (~8) now. Most of this is startup time of the server. A second run still takes 2 seconds like before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use port 3003 for the integration test server.
This test takes a few seconds (~8) now. Most of this is startup time of the server. A second run still takes 2 seconds like before.
</pre>
</div>
</content>
</entry>
<entry>
<title>js integration test for signup, login, logout</title>
<updated>2013-07-14T14:11:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-07-14T12:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=374eb7bd3f369cba946d4b8002cd51a499aef32a'/>
<id>374eb7bd3f369cba946d4b8002cd51a499aef32a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>print couch version in test couch setup</title>
<updated>2013-07-01T07:07:45+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-06-24T06:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=9f08a5a8c2c5f50946c2c64e798fce2780bb1b17'/>
<id>9f08a5a8c2c5f50946c2c64e798fce2780bb1b17</id>
<content type='text'>
This way we can track down couch version related issues on travis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can track down couch version related issues on travis.
</pre>
</div>
</content>
</entry>
<entry>
<title>simulate couch migration workflow on travis</title>
<updated>2013-03-06T11:12:49+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-03-06T10:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f70366e27aaac985c876d1d0260d7aab8b7ed8b5'/>
<id>f70366e27aaac985c876d1d0260d7aab8b7ed8b5</id>
<content type='text'>
* first setup couch similar to what we'll have on the platform
* then run migrations as admin
* then drop admin privileges
* then proceed with the normal test script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* first setup couch similar to what we'll have on the platform
* then run migrations as admin
* then drop admin privileges
* then proceed with the normal test script
</pre>
</div>
</content>
</entry>
</feed>
