Dominik Kwiatek
|
7f4d6cdc0f
|
Remove #two_factor_entry test
|
2020-10-23 21:05:04 +02:00 |
Dominik Kwiatek
|
d7a1750694
|
Implement @nilsding's review changes
|
2020-10-23 20:45:06 +02:00 |
Dominik Kwiatek
|
482b7992a9
|
Add test for #destroy_2fa endpoint
|
2020-10-21 16:52:59 +02:00 |
Dominik Kwiatek
|
55de0e45d2
|
Add test for #update_2fa endpoint
|
2020-10-21 16:47:07 +02:00 |
Dominik Kwiatek
|
d3cc421225
|
Rename settings partials to match naming conventions
|
2020-10-21 13:49:12 +02:00 |
Dominik Kwiatek
|
556050aa66
|
Add tests for security settings page
|
2020-10-21 13:44:00 +02:00 |
Dominik Kwiatek
|
febcf347ee
|
Add basic login form tests
|
2020-10-20 11:44:20 +02:00 |
Dominik Kwiatek
|
00da21a13d
|
Redirect away from two factor entry page if no target user is set in session
|
2020-10-19 12:20:44 +02:00 |
Dominik M. Kwiatek
|
4c7ec05198
|
Address @nilsding's review comments
|
2020-05-27 22:27:54 +01:00 |
Dominik M. Kwiatek
|
e512d5502d
|
Mock verify_captcha
|
2020-05-27 21:47:27 +01:00 |
Dominik M. Kwiatek
|
c4fb5d1db9
|
Add registration tests
|
2020-05-27 20:07:39 +01:00 |
Dominik M. Kwiatek
|
9f01da8e03
|
Remove registrations_controller_spec.rb
|
2020-05-27 20:07:39 +01:00 |
Dominik M. Kwiatek
|
a92dd54be3
|
Address @nilsding's review comments
|
2020-05-27 20:07:39 +01:00 |
Georg Gadinger
|
b58883e004
|
Remove "ask a group" feature
|
2020-05-25 18:34:43 +02:00 |
Georg Gadinger
|
ea0685136e
|
Rename Groups to Lists
haha regexp go brrr
special thanks to @seatsea for helping me out with the French locales
|
2020-05-25 18:04:54 +02:00 |
Dominik M. Kwiatek
|
5be3d1f89d
|
Add uploader tests
|
2020-05-21 21:25:43 +01:00 |
Georg Gadinger
|
65f152b762
|
Move user theme to the end of the body --> turbolinks has turbo links again
|
2020-05-09 02:08:31 +02:00 |
Andreas Nedbal
|
57505b0812
|
Add hex color spec for pure blue
|
2020-05-07 20:19:00 +02:00 |
Andreas Nedbal
|
3a4b04b5da
|
Don't track theme style tags with turbolinks
|
2020-05-07 02:13:07 +02:00 |
Andreas Nedbal
|
4044696a8a
|
Add specs for `ThemeHelper#render_theme`
|
2020-05-06 13:48:16 +02:00 |
Andreas Nedbal
|
ec998686ff
|
Add non-ffffff test for `ThemeHelper#get_hex_color_from_theme_value`
|
2020-05-06 13:37:26 +02:00 |
Andreas Nedbal
|
b7b2adde44
|
Add specs for ThemeHelper
|
2020-05-05 20:17:29 +02:00 |
Georg Gadinger
|
0504e4a5d4
|
require rspec-sidekiq only in specs
|
2020-05-01 22:43:08 +02:00 |
Georg Gadinger
|
0109322610
|
add spec for Ajax::ModerationController
|
2020-05-01 22:41:26 +02:00 |
Georg Gadinger
|
3e95d5ebeb
|
add spec for Ajax::ReportController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
6f3f3afa2f
|
add spec for Ajax::GroupController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
aaa60d0197
|
add spec for Ajax::SubscriptionController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
137743001f
|
spec: move user to shared context
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
54532c71e1
|
add spec for Ajax::QuestionController
also fix some minor annoyances
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
52dfab57d4
|
add spec for Ajax::FriendController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
1824fb1c25
|
add spec for Ajax::InboxController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
6a7e8a3023
|
spec: bit less code duplication
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
fcdb640b9a
|
add spec for Ajax::SmileController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
dd5f718f31
|
Question: user association is optional
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
07f489430c
|
add spec for Ajax::CommentController
|
2020-05-01 10:17:05 +02:00 |
Georg Gadinger
|
781a4ba8b4
|
Use codecov's bash-based github action
|
2020-05-01 10:13:42 +02:00 |
Georg Gadinger
|
5bb94927a2
|
Add codecov
|
2020-04-30 20:18:50 +02:00 |
Georg Gadinger
|
561219ddaf
|
add spec for Ajax::AnswerController
|
2020-04-28 22:13:19 +02:00 |
Georg Gadinger
|
101b3b68d3
|
Use cursored pagination, remove WillPaginate
|
2020-04-20 23:13:24 +02:00 |
Dominik M. Kwiatek
|
516bc48aa0
|
Merge pull request #70 from Retrospring/feature/announcements
Implement Announcements
|
2020-04-19 23:10:47 +01:00 |
Karina Kwiatek
|
6e605758a6
|
Minor cleanup in AnnouncementController
|
2020-04-19 22:59:57 +01:00 |
Karina Kwiatek
|
16ade832ca
|
Address @nilsding's review changes
|
2020-04-19 22:58:47 +01:00 |
Karina Kwiatek
|
c4164a8f34
|
Add AnnouncementController tests
|
2020-04-19 22:40:06 +01:00 |
Karina Kwiatek
|
864d5844dc
|
Add Announcement tests
|
2020-04-19 22:38:01 +01:00 |
Georg Gadinger
|
477ec3e9c9
|
Do not allow creation of groups with empty names
|
2020-04-19 23:28:50 +02:00 |
Karina Kwiatek
|
391f4a28ed
|
Merge branch 'master' into feature/announcements
# Conflicts:
# db/schema.rb
|
2020-04-19 21:52:58 +01:00 |
Georg Gadinger
|
946bb3ae9d
|
Use Rolify for admin and moderator roles
|
2020-04-19 22:35:58 +02:00 |
Georg Gadinger
|
a0c9641994
|
Remove useless specs
|
2020-04-19 22:31:43 +02:00 |
Karina Kwiatek
|
8a632a09cd
|
Create Announcement model & controller
|
2020-04-19 20:12:22 +01:00 |
Georg Gadinger
|
2d3e55a7c4
|
Replace FactoryGirl with FactoryBot
|
2020-04-19 17:27:42 +02:00 |
Yuki
|
7af0b73174
|
Fix tests
|
2015-07-21 22:38:40 +05:30 |
pixeldesu
|
6adebde7da
|
fix test, the second
|
2015-06-08 22:01:03 +02:00 |
pixeldesu
|
a213e53157
|
fix test ("I removed the '1 new question' display")
|
2015-06-08 21:57:24 +02:00 |
pixeldesu
|
ba6b2345d7
|
attempt to fix the "click Followers link" test
|
2015-06-07 15:18:03 +02:00 |
Yuki
|
3d2b884b74
|
Revert to 'rspec fixes' -- 'Inbox user answers a question' is a mysterious failure
|
2015-05-11 16:09:12 +05:30 |
Yuki
|
fa1ef1de21
|
this probably is it, if it's not then it's your problem, i didn't cause this
|
2015-05-11 15:34:08 +05:30 |
Yuki
|
eee53e8f6e
|
WHAT IS MAKING THIS ERROR WTF
|
2015-05-11 15:20:20 +05:30 |
Yuki
|
bda777fe2d
|
Hopefully this fixes the last error in travis, doesn't error on my end
|
2015-05-11 14:57:37 +05:30 |
Yuki
|
56b64d70bd
|
rspec fixes
|
2015-05-11 14:40:42 +05:30 |
schisma
|
fd374ca640
|
remove subscribecontroller
|
2015-05-10 22:35:36 +02:00 |
Yuki
|
2204227273
|
Feature-comment-smiles complete (fix Retrospring/bugs#42)
|
2015-05-04 07:09:47 +05:30 |
Yuki
|
ecffd07344
|
Support for post subscriptions
|
2015-04-21 06:42:11 +05:30 |
Andreas N
|
d1ed602353
|
update test
|
2015-01-31 16:26:22 +01:00 |
nilsding
|
b26ec1dd0b
|
fixed question generator not working if privacy_allow_anonymous_questions is false (GitHub issue #71)
|
2015-01-27 17:51:39 +01:00 |
nilsding
|
2b1c109332
|
fucking
|
2015-01-26 17:55:58 +01:00 |
nilsding
|
13bdbaa430
|
centred the "New notifications will appear here" text and also fixed class for notifications entry on navbar
|
2015-01-26 17:53:23 +01:00 |
nilsding
|
6d68da5ae1
|
added Rcov formatter for simplecov
|
2015-01-25 19:56:39 +01:00 |
nilsding
|
626cedca0e
|
attempt #2
|
2015-01-25 19:42:13 +01:00 |
nilsding
|
ef4b0e78f8
|
attempt to prevent phantomjs timeouts
|
2015-01-25 19:33:41 +01:00 |
nilsding
|
bae7307778
|
no longer require factory_girl_rails
|
2015-01-25 19:06:22 +01:00 |
nilsding
|
05334e3bd0
|
added some specs
|
2015-01-18 14:15:21 +01:00 |
nilsding
|
da8e76edb0
|
added follow user spec
|
2014-12-26 15:28:53 +01:00 |
nilsding
|
6ac9af787e
|
added Capistrano
|
2014-12-21 22:12:59 +01:00 |
nilsding
|
be78c449a0
|
added a few more specs
|
2014-12-07 12:42:03 +01:00 |
nilsding
|
1f8de9cd78
|
added RSpec support things
|
2014-12-07 12:41:42 +01:00 |
nilsding
|
2cc0e1c52c
|
renamed user_feature_spec to user_show_spec
|
2014-12-07 12:41:23 +01:00 |
nilsding
|
cc94b08e58
|
more specs!
|
2014-12-07 11:33:26 +01:00 |
nilsding
|
d4115538b1
|
changed user factory
|
2014-12-07 11:33:14 +01:00 |
nilsding
|
652050ef43
|
removed user request spec
|
2014-12-07 11:32:53 +01:00 |
nilsding
|
5f43155eb5
|
fixed spec
|
2014-12-01 18:58:49 +01:00 |
nilsding
|
c801fa3430
|
fixed tests
|
2014-11-18 20:58:55 +01:00 |
nilsding
|
c4d48190b6
|
added database_cleaner
|
2014-11-18 19:58:14 +01:00 |
nilsding
|
76e6b8f5ec
|
tests.
|
2014-11-17 23:25:28 +01:00 |
nilsding
|
cae59cd5b4
|
added specs
|
2014-11-14 20:45:30 +01:00 |
nilsding
|
d6382eba15
|
added RSpec
|
2014-11-13 18:12:51 +01:00 |