mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
10 lines
153 B
Ruby
10 lines
153 B
Ruby
|
|
module Spec
|
||
|
|
module Example
|
||
|
|
class ExamplePendingError < StandardError
|
||
|
|
end
|
||
|
|
|
||
|
|
class PendingExampleFixedError < StandardError
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|