Nishanth Vijayan
09b6e06a8c
Fix ability model spec
...
Cancancan does not support testing multiple permissions in one be_able_to clause
Replace all occurrences of such examples with separate examples for each permission
2016-05-15 21:18:19 +05:30
Henne Vogelsang
084ee7ef43
Give a bit more demo info in the conference description
2016-05-03 16:25:39 +02:00
Henne Vogelsang
5b20c992ae
Let activerecord handle the picture upload in factories
2016-05-03 16:25:39 +02:00
Henne Vogelsang
4c4918a7a7
Somehow the :venues factory creates a dangling Conference
...
disabling for now
2016-05-03 16:25:39 +02:00
Henne Vogelsang
45bd31fad0
Escape HTML some factory strings
2016-05-03 16:25:07 +02:00
Henne Vogelsang
8fa92b72d1
HTML escape Faker::Hipster.paragraph
2016-05-02 16:06:32 +02:00
Henne Vogelsang
40562334c7
Make rubocop happy again
2016-05-02 16:06:32 +02:00
Henne Vogelsang
73ce49de25
Use dynamic fake data in the spec
2016-05-02 16:06:32 +02:00
Henne Vogelsang
1c7becb69a
use :full_conference factory in the conference view specs
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
Henne Vogelsang
8fc57e34c9
Adapt the spec
2016-04-27 17:55:24 +02:00
Ana
e082e7599d
biography test fixed
2016-04-27 00:27:44 +02:00
Ana
5c044a801d
Word limit on user biography
2016-04-27 00:27:44 +02:00
Stella Rouzi
01ec43e53a
Registration for Events
2016-04-26 16:11:40 +03:00
Henne Vogelsang
aabbd35063
Merge pull request #932 from hennevogel/bugfix_email_settings
...
Fix email notifications
2016-04-26 14:33:43 +02:00
Henne Vogelsang
9e07212cb5
Merge pull request #967 from sonalkr132/sponsers
...
Splash page sponsers section style improvement
2016-04-26 14:31:48 +02:00
Stella Rouzi
0a5ba7a204
Merge pull request #942 from nishanthvijayan/fix-roles-authorization
...
Fix authorization issues with Roles
2016-04-25 17:18:24 +02:00
Henne Vogelsang
20d908e085
Adapt the mailbot spec to the last changes
2016-04-22 14:53:10 +02:00
Aditya Prakash
d662ebd252
Remove sponsorship level from view and test
2016-04-21 21:22:14 +05:30
Christian Bruckmayer
647a40be63
Prettify sponsors section
2016-04-21 19:51:24 +05:30
Henne Vogelsang
14011f8828
Fix email notifications
2016-04-20 16:22:29 +02:00
Aditya Prakash
3bb220d3a9
Add test for user model
...
bang(!) was removed cause it was not needed and slowing single
test runs
2016-04-17 15:15:33 +05:30
Aditya Prakash
7e04a267cb
Fix get_roles method of User model
...
Previous implementation was associating resources with all
the roles regardless of user role in the resource. ie:
if user is cfp member of conf1, the method was returning:
{ organizer => conf1,
cfp => conf1,
Info Desk => conf1,
Volunteers Coordinator => conf1
}
2016-04-17 14:11:09 +05:30
Stella Rouzi
b9e10922ee
drop dietary choices, social events, and html_export_path
2016-04-09 16:29:20 +03:00
Nishanth Vijayan
90d978f588
Improve ability test to test roles authorization
2016-04-09 17:43:42 +05:30
Nishanth Vijayan
ab339fadb0
Fix typos: volunteer_coordinator to volunteers_coordinator
2016-04-09 03:50:27 +05:30
Christian Bruckmayer
86449eea67
Merge pull request #926 from sonalkr132/mailer-tests
...
Mailer fixes and tests
2016-04-08 11:43:03 -06:00
Aditya Prakash
35935fb726
Add devise confirmation controller test
2016-04-07 17:34:23 +05:30
Henne Vogelsang
be42215003
phantomjs doesn't like color pickers...
2016-04-05 14:45:47 +02:00
Henne Vogelsang
39746fe847
Merge pull request #940 from nishanthvijayan/api-conference-test
...
Add tests for api/v1/conferences_controller
2016-04-05 11:46:31 +02:00
Nishanth Vijayan
5587f1dc14
Add tests for api/v1/conferences_controller
2016-04-03 16:02:34 +05:30
Aditya Prakash
d752cfdf7e
Add conference serializer tests and remove unused functions
2016-04-03 11:21:57 +05:30
Aditya Prakash
ca4ca21fdf
Add SpeakerSerializer tests
2016-04-03 00:59:30 +05:30
Aditya Prakash
0aa36b470e
Add Eventserializer tests and fix undefined method `l' for Eventserializer
...
Solution of no method error pointed by @nishanthvijayan:
http://stackoverflow.com/a/11724935
2016-04-03 00:59:28 +05:30
Aditya Prakash
a786321800
Add room and track serilizer tests
2016-04-02 21:00:29 +05:30
Henne Vogelsang
c4e782a90c
Merge pull request #931 from nishanthvijayan/fix-api-events-speakers
...
Fix api controllers events and speakers
2016-04-01 15:05:26 +02:00
Henne Vogelsang
5352d52157
Merge pull request #927 from nishanthvijayan/wrong-routes-links
...
Fix reference to non-existant route path in commercials_controller
2016-04-01 15:04:18 +02:00
Henne Vogelsang
f56fc0052f
Merge pull request #907 from sonalkr132/proposal-test
...
Proposal controller improvements and test
2016-04-01 14:49:50 +02:00
Nishanth Vijayan
ead39ebacf
Add tests to check commercials #create,#update fails on invaid data
2016-04-01 00:34:39 +05:30
Aditya Prakash
639c258152
Add tests for onboarding and proposal notifications
2016-03-31 23:04:09 +05:30
Nishanth Vijayan
f8822b8745
Add tests for api/v1/events_controller and api/v1/speakers_controller
2016-03-31 17:22:12 +05:30
Aditya Prakash
f4678e5415
Add proposal controller tests
2016-03-30 22:26:52 +05:30
Henne Vogelsang
1979c0d9c1
Merge pull request #886 from sonalkr132/auth-registration
...
Fix authorization of new and create in ConferenceRegistrationsController
2016-03-30 17:29:10 +02:00
Christian Bruckmayer
c349700e72
Merge pull request #917 from sonalkr132/email-setting-tests
...
Add test for email_settings model
2016-03-29 15:40:42 -06:00
Aditya Prakash
4129955835
Move hash merge in before block and add test for missing name
2016-03-29 23:10:19 +05:30
Aditya Prakash
459a281230
Add test for email_settings model
2016-03-28 20:29:19 +05:30
Nishanth Vijayan
77649d73a6
Add model test to verify role is not deleted on removing all of its users
2016-03-28 19:51:20 +05:30
Aditya Prakash
e851c0b4ff
Add authorization rule for create user by unsigned user
...
Add authorization to failed user save path cause it was complaining
that no authorization was performed in that path.
2016-03-24 17:42:00 +05:30