KO
|
EN
gitlite — search
Search
#javascript
#css
#html
#python
#machine-learning
#typescript
#java
#pytorch
#nodejs
#game
#gamedev
#docker
atom-rspec
★ 69
Open GitHub ↗
Atom RSpec runner package
Download README (.md)
Explore Similar Repositories
docker-firefox
:
Firefox over Docker via VNC
Custom-Main-Menu
:
A mod that allows you to modify the minecraft main menu
jekyll_ghost_importer
:
Post importer from Ghost backup files.
serprog-stm32vcp
:
Please consider the new stm32-vserprog (https://github.com/dword1511/stm32-vserprog) project which uses libopencm3 and compiles with standard gcc-arm-none-eabi toolchain.
TextGenerator
:
マルコフ連鎖を使った文章自動生成プログラム
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
atom-rspec
?
Download (.md)
# Atom RSpec Runner Package [](https://ghit.me/repo/fcoury/atom-rspec) Add ability to run RSpec and see the output without leaving Atom. HotKeys: - __Ctrl+Alt+T__ - executes all specs the current file - __Ctrl+Alt+X__ - executes only the spec on the line the cursor's at - __Ctrl+Alt+E__ - re-executes the last executed spec  ## Configuration By default this package will run `rspec` as the command. You can set the default command by either accessing the Settings page (Cmd+,) and changing the command option like below:  Or by opening your configuration file (clicking __Atom__ > __Open Your Config__) and adding or changing the following snippet: 'rspec': 'command': 'bundle exec rspec'