24 Commits

Author SHA1 Message Date
b7ef4a6a95 Migrate linter to rubocop-rails-omakase 2025-03-23 16:49:27 +01:00
25cad1e824 [ci] delete unstable feature spec... this test is so simple, but hard to maintain... so better to ✂️ and focus on other things 2025-03-23 10:31:47 +01:00
4a0ce960eb fix failing spec ¯\_(ツ)_/¯ 2025-03-22 17:22:11 +01:00
d7662b0323 [refactor] rename UI component: to-member-card -> member-card 2024-12-27 17:26:49 +01:00
a70ef9b555 [feat] allow organizations to add custom logo (de-hardcodes Redeira custom logo) 2023-02-13 22:14:55 +01:00
05c2228c28 [specs] DRY initialization by using the .rspec file 2020-12-21 21:40:23 +01:00
17bd6afec1 fixing features specs in travis 2020-02-23 18:09:40 +01:00
a84e05acb0 Add spec for brand logo case when no user is signed in 2019-10-12 11:53:33 -05:00
209a0e6604 fix features specs + upgrade some "group :test" gems 2019-08-20 21:53:06 +02:00
56612cc70a add branded organization logo 2019-03-14 11:56:54 +01:00
f7e4537f8c Merge pull request #413 from coopdevs/rspec_disable_global_dsl
Use RSpec scope and avoid global namespace
2018-08-31 20:26:56 +02:00
22e09ed293 Use RSpec scope and avoid global namespace access. More info: https://relishapp.com/rspec/rspec-core/v/3-0/docs/configuration/global-namespace-dsl
Closes #362
2018-08-30 20:52:48 +02:00
1caf950bc2 Fixed specs 2018-08-26 13:14:07 +01:00
1ace872bd4 create offer spec WIP 2018-04-01 13:33:23 +02:00
90ac1d456b fix sign out spec 2018-03-25 15:27:00 +02:00
96a75f2814 fix transfer spec 2018-03-18 20:44:58 +01:00
9f91e02017 better assertions in sign_in spec 2018-03-18 20:44:58 +01:00
f129448419 fix sign_in spec ( read cookies to assert sign_in status ) 2018-03-15 21:59:26 +01:00
0e89b13f8c use capybara feature DSL so DatabaseCleaner uses truncation strategy 2018-03-15 21:59:26 +01:00
b8cc72ace0 Abstract feature transfer spec 2018-03-15 21:55:37 +01:00
1c2a3596b9 Add feature test for offer transfer between users 2018-03-15 21:55:37 +01:00
631f416df3 Dry feature specs with #sign_in_with helper method 2018-03-15 21:55:37 +01:00
03b8660aa2 Add sign out feature spec 2018-03-15 21:55:37 +01:00
390cc4cae4 Add first sign in feature specs
This sets up capybara with the new headless chrome driver and adds the
necessary requires in order to run single spec file. So far, there was
no other way than doing `bundle exec rake` due to missing requires.
2018-03-15 21:55:37 +01:00