Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
726a414169e6c3219ff4fd410da3efd53fc7f912
726a414169e6c3219ff4fd410da3efd53fc7f912
Switch branch/tag
gitlab-ce
spec
support
matchers
be_url.rb
Find file
Normal view
History
Permalink
be_url.rb
103 Bytes
Edit
Web IDE
Newer
Older
Improve code design after code review
Kamil Trzcinski
committed
8 years ago
1
2
3
4
5
RSpec
::
Matchers
.
define
:be_url
do
|
_
|
match
do
|
actual
|
URI
.
parse
(
actual
)
rescue
false
end
end