Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.18
Choose a base ref
...
head repository: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.19
Choose a head ref
  • 3 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 3, 2024

  1. ♻️ refactor rspec files (#48)

    * ♻️ refactor rspec files
    
    I will implement shared_context, shared_examples in the future.
    Before that, I would like to refactor rspec files to map library
    files to rspec files.
    
    This structure is supported by rspec-mode of emacs or "rails go to
    spec" plugin of vscode.
    
    * 👍 change rspec file path
    
    I remove lib directory for rspec to access specs easily.
    byplayer authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0da0abf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    07d3f0c View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.1.19

    st0012 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4c62279 View commit details
    Browse the repository at this point in the history
Loading