Git Product home page Git Product logo

Comments (7)

sunkibaek avatar sunkibaek commented on August 21, 2024

I have the same issue with 0.9.14: it runs the test twice (two test out panel at the same time) no matter how I run them -- via shortcut, from menu or from cmd + shift + p.

from atom-ruby-test.

moxley avatar moxley commented on August 21, 2024

I cannot reproduce the issue. It seems very unlikely that something new in 0.9.14 is causing this. Here are the changes: 63a6a89...d1dfbfe

What packages do you currently have installed, and what key binding customizations do you have?

from atom-ruby-test.

sunkibaek avatar sunkibaek commented on August 21, 2024

Community packages installed:

advanced-open-file
highlight-selected
language-liquid
language-rspec
linter-coffeescript
markdown-writer
minitest-snippets
rails-latest-migration
ruby-test
script

Custom keybindings:

'.platform-darwin atom-workspace':
  'alt-cmd-n': 'advanced-open-file:toggle'

Under the keybinding settings of ruby-test they are all listed twice -- not sure if that was intended. Disabling keybinding here leave one set of them.
screen shot 2015-09-12 at 11 12 22

from atom-ruby-test.

brian-vogogo avatar brian-vogogo commented on August 21, 2024

I agree, feels like an Atom issue. I'll try there.

Community Packages:
atom-beautify
atom-ctags
clipboard-history
expand-region
highlight-selected
last-cursor-position
rails-transporter
ruby-test
sort-lines

The only common package with @sunkibaek is clipboard-history.

from atom-ruby-test.

brian-vogogo avatar brian-vogogo commented on August 21, 2024

FYI... for now I've fixed this by putting this in my keymap (Atom -> Open your Keymap)

'atom-workspace':
  'cmd-ctrl-x': 'ruby-test:toggle'
  'cmd-ctrl-y': 'ruby-test:test-all'
  'cmd-ctrl-t': 'ruby-test:test-file'
  'cmd-ctrl-r': 'ruby-test:test-single'
  'cmd-ctrl-e': 'ruby-test:test-previous'
  'cmd-ctrl-c': 'ruby-test:cancel'

from atom-ruby-test.

buren avatar buren commented on August 21, 2024

#69 (comment) worked for me too 👍

from atom-ruby-test.

jamescarney3 avatar jamescarney3 commented on August 21, 2024

nice

from atom-ruby-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.