discourse/spec/controllers/admin
Arthur Neves b8cbe51026
Convert specs to RSpec 2.99.2 syntax with Transpec
This conversion is done by Transpec 3.1.0 with the following command:
    transpec

* 424 conversions
    from: obj.should
      to: expect(obj).to

* 325 conversions
    from: == expected
      to: eq(expected)

* 38 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 15 conversions
    from: =~ /pattern/
      to: match(/pattern/)

* 9 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 5 conversions
    from: lambda { }.should_not
      to: expect { }.not_to

* 4 conversions
    from: lambda { }.should
      to: expect { }.to

* 2 conversions
    from: -> { }.should
      to: expect { }.to

* 2 conversions
    from: -> { }.should_not
      to: expect { }.not_to

* 1 conversion
    from: === expected
      to: be === expected

* 1 conversion
    from: =~ [1, 2]
      to: match_array([1, 2])

For more details: https://github.com/yujinakayama/transpec#supported-conversions
2015-04-25 11:18:35 -04:00
..
admin_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
api_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
backups_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
badges_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
color_schemes_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
dashboard_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
email_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
emojis_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
flags_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
groups_controller_spec.rb FIX: show error message if user already exist in group 2015-04-15 14:15:58 +05:30
impersonate_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
plugins_controller_spec.rb Convert specs to RSpec 2.99.2 syntax with Transpec 2015-04-25 11:18:35 -04:00
reports_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
screened_emails_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
screened_ip_addresses_controller_spec.rb FEATURE: filter screened IP addresses 2015-02-10 19:38:59 +01:00
screened_urls_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
site_customizations_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
site_settings_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
site_text_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
site_text_types_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
staff_action_logs_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
user_fields_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00
users_controller_spec.rb Promotion fails if the user account isn't old enough yet. 2015-04-14 12:14:59 -04:00
versions_controller_spec.rb controllers with rspec3 syntax 2015-01-09 14:04:02 -03:00