Listing all views in a database

sp_tables lists all views in a database when used in this format:

sp_tables @table_type = "’VIEW’"