Henne Vogelsang
084ee7ef43
Give a bit more demo info in the conference description
2016-05-03 16:25:39 +02:00
Henne Vogelsang
40562334c7
Make rubocop happy again
2016-05-02 16:06:32 +02:00
Henne Vogelsang
dd5796bd34
Fix saving feature failures to tmp/capybara
2016-05-02 16:06:32 +02:00
Henne Vogelsang
77e0340387
Make use of fake data in factories
2016-05-02 16:06:27 +02:00
Henne Vogelsang
bd36ce0fb2
Switch logic for linting factories
...
Only if you set the environment variable OSEM_FACTORY_LINT
to 'false' it won't lint.
2016-04-29 16:36:47 +02:00
Aditya Prakash
6301072484
Add webmock for external requests in tests
...
external_request.rb needs to be required before lint is run.
2016-03-02 21:15:29 +05:30
Aditya Prakash
640be7497f
Add config to allow running FactoryGirl lint before suit
...
By default the lint will be run before every test suit.
Set it to false in config.yml if you would rather just use the rake
task: `bundle exec rake factory_girl:lint`
2016-03-02 21:15:29 +05:30
Aditya Prakash
f84150362b
Move FactoryGirl.lint to rake task
...
This significantly improves start time of tests. It is also the recommended
way: https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#linting-factories
Read more at: https://github.com/thoughtbot/factory_girl/issues/772
2016-03-02 21:15:28 +05:30
Stella Rouzi
b7c45718d8
apply StringLiterals cop (remove double quotes, unless there is string interpolation)
2014-09-02 21:45:07 +03:00
Stella Rouzi
f91467a00a
remove trailing spaces and blank lines
2014-09-02 21:41:25 +03:00
Stella Rouzi
e2fb434dc7
Implement role authorization
2014-08-13 22:53:13 +03:00
Stella Rouzi
e6cdb3a6ce
style fix
2014-08-07 09:19:58 +03:00
Henne Vogelsang
5f96c276e9
Rework the Sign Up/Sign In views
...
Use Capybaras save_page when feature tests go wrong
2014-08-01 13:35:06 +02:00
Artem Chernikov
5289f41eb5
Use only new hash syntax
2014-07-21 15:05:58 +02:00
Artem Chernikov
763f864dc9
Fix basic style issues with rubocop
2014-07-21 15:05:58 +02:00
KalabiYau
dbb210908b
Update and fix test kitchet to be conformant with poltergeist
2014-07-07 15:06:43 +02:00
Artem Chernikov
494003892c
add skipped empty lines
2014-07-03 11:18:33 +02:00
Stella Rouzi
23bf55b66c
User/Person models merge
2014-06-30 15:46:06 +03:00
Stella Rouzi
be1e3293de
assign values to necessary Rails.application.secrets variables
2014-06-21 07:42:02 +03:00
Stella Rouzi
44a95d9ced
houndci fixes
2014-06-19 12:58:05 +03:00
Stella Rouzi
0beed70d7f
some houndci fixes
2014-06-19 12:58:05 +03:00
Stella Rouzi
600adde6ba
implement openID authentication
2014-06-19 12:58:05 +03:00
Gopesh Tulsyan
f84f3b97a7
some basic tests for admin/users controller, fixed bug in admin/users controller for displaying users
...
Fixes by hounci violations
2014-06-02 18:22:55 +05:30
Gopesh Tulsyan
7a19fefd53
houndci fixes
2014-05-21 16:20:02 +05:30
Gopesh Tulsyan
d1e9bd06a6
View specs, added factories, fixed bugs
2014-05-21 16:20:02 +05:30
Chrisbr
f485f4ce57
fix failing tests
2014-05-14 13:18:19 +02:00
Chrisbr
656ded9d96
Implements feature test for proposal workflog
...
- submitt proposal
- accept proposal
- confirm proposal
2014-05-13 15:45:39 +02:00
Chrisbr
9256ff9e03
Deletes loading seeds for tests
...
- we use factory girl and database cleaner instead
2014-05-11 08:26:29 +02:00
Chrisbr
c742e57534
Fix Hound CI violations
2014-05-10 18:02:29 +02:00
Chrisbr
e823fc0279
Implements login macros
2014-05-10 17:54:56 +02:00
Chrisbr
f96ff6ed17
Fix Hound CI violations
2014-05-10 16:02:44 +02:00
Chrisbr
8aa68fb84a
Installs database cleaner
...
- preparation for feature tests with capybara
see:
http://devblog.avdi.org/2012/08/31/configuring-database_cleaner-with-rails-rspec-capybara-and-selenium/
2014-05-10 15:55:17 +02:00
Henne Vogelsang
e3fd0c195a
First tests in rspec, with factory_girl
2014-04-09 13:18:11 +02:00