osem-fcy/spec/features
AEtherC0r3 efaf07178f Upgrade to Rails 5
Update config with rails app:update
Update schema.rb rails db:migrate
Add puma
Make jobs and models inherit from ApplicationJob and ApplicationRecord
Update acts_as_list to 0.9.7 in order to fix
"undefined method `sanitize_sql_hash_for_conditions'" error
Update web-console to 2.3.0 to fix a 500 internal server error
Replace before_filter with before_action
Add rails-controller-testing gem
Add prepend: :true to protect_from_forgery in ApplicationController to
avoid ActionController::InvalidAuthenticityToken exceptions
Remove activeuuid
Update formtastic to 3.1.5 to fix deprecation warnings and issues
with the Input class
Update ahoy_matey to 1.6.0
Update cancancan to 2.0.0 to fix issues with malformed sql queries
Fix program spec
Fix issue with the picture being nil in admin/Organizations#new and #edit
and Organizations#show
Fix ActiveRecord::Base.raise_in_transactional_callbacks= deprecation
warning by removing an unnecessary line in application.rb
Fix failing versions specs
2017-12-11 20:58:04 +02:00
..
base_controller_spec.rb modify admin/conference_controller_spec and not authorized error messages 2017-06-28 06:55:30 +05:30
campaign_spec.rb Use a css regex matcher to find campaign entries 2016-08-22 11:23:18 +02:00
cfp_ability_spec.rb minor inprovements and included organizations in changelog 2017-08-24 10:24:13 +00:00
cfp_spec.rb Fix rspec tests because of the changes to the cfp 2017-06-27 21:16:46 +03:00
commercials_spec.rb Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController' 2016-09-30 18:49:44 -04:00
conference_registration_spec.rb Modify conference registration to a singular resource 2016-07-05 01:15:32 +05:30
conference_spec.rb Mention organization name while creating a conference 2017-08-22 18:33:05 +00:00
contact_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
difficulty_levels_spec.rb Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use. 2016-03-01 17:10:45 +02:00
email_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
event_types_spec.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
info_desk_ability_spec.rb minor inprovements and included organizations in changelog 2017-08-24 10:24:13 +00:00
lodgings_spec.rb Escape HTML some factory strings 2016-05-03 16:25:07 +02:00
omniauth_spec.rb Add tests for openid signup with every provider 2017-05-06 10:37:58 +03:00
organization_admin_ability_spec.rb Registration tickets to be set for registration period 2017-08-22 15:20:37 +05:30
organization_spec.rb Fix missing link on public organizations page 2017-11-07 14:11:13 -08:00
organizer_ability_spec.rb Registration tickets to be set for registration period 2017-08-22 15:20:37 +05:30
program_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
proposals_spec.rb Refactored proposal feature spec. 2017-07-20 17:47:45 +05:30
registration_periods_spec.rb Registration tickets to be set for registration period 2017-08-22 15:20:37 +05:30
resource_spec.rb remove input field from admin/resource#index 2017-02-09 01:11:24 +05:30
roles_spec.rb add tests to assign and unassign organization admin role 2017-08-22 12:52:47 +00:00
rooms_spec.rb Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use. 2016-03-01 17:10:45 +02:00
splashpage_spec.rb Use organization name for title link if available, but link to / 2017-11-07 13:51:10 -08:00
sponsor_spec.rb Stabilizing a randomly failing test 2017-10-13 15:21:34 +03:00
sponsorship_level_spec.rb Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use. 2016-03-01 17:10:45 +02:00
ticket_purchases_spec.rb Changed physical_ticket to plural 2017-10-02 09:53:10 +03:00
tickets_spec.rb remove tickets testing ambiguity 2016-12-20 17:21:50 +05:30
track_organizer_ability_spec.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
tracks_spec.rb Fix intermittent failures in track tests 2017-10-10 20:23:54 -07:00
user_ability_spec.rb split feature tests for abilities and suggested changes 2017-06-30 09:18:17 +05:30
user_spec.rb remove user deletion until further notice 2015-01-18 22:01:05 +02:00
venues_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
versions_spec.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
volunteers_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00