Commit b1b82fe
Update tests for beta/RC version handling
Updated the test expectations to match the new behavior where pre-release
versions (beta, RC, alpha) are installed with exact version specifiers
instead of installing the latest stable version.
Changes:
- Updated test name from 'without version' to 'with version' for pre-releases
- Updated expectation to include version: [email protected]
- Added test for beta versions: [email protected]
- Added test for alpha versions: [email protected]
- Added test for invalid version formats with warning message check
All 39 examples now pass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 81e717e commit b1b82fe
File tree
1 file changed
+28
-1
lines changed- spec/react_on_rails/generators
1 file changed
+28
-1
lines changedLines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
214 | 232 | | |
215 | 233 | | |
216 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
217 | 244 | | |
218 | 245 | | |
219 | 246 | | |
| |||
0 commit comments