Skip to content

Commit 2fe0478

Browse files
committed
Convert specs to RSpec 3 syntax with Transpec
Converted specs to 3 syntax using the Transpec gem. Additionally, updated test in endpoint_spec.rb on Line 108 to check for nil rather than attempting to match on nil.
1 parent 5c78532 commit 2fe0478

31 files changed

+903
-903
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Next Release
1010

1111
* [#614](https://github.com/intridea/grape/pull/614): Params with `nil` value are now refused by `RegexpValidator` - [@dm1try](https://github.com/dm1try).
1212
* [#494](https://github.com/intridea/grape/issues/494): Fixed performance issue with requests carrying a large payload - [@dblock](https://github.com/dblock).
13+
* [#619](https://github.com/intridea/grape/pull/619): Convert specs to RSpec 3 syntax with Transpec - [@danielspector](https://github.com/danielspector).
1314

1415
0.7.0 (4/2/2013)
1516
=================

0 commit comments

Comments
 (0)