Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.6 #427

Merged
merged 7 commits into from
Jul 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed script to generate rspec documentation using File.exist?
sacOO7 committed Jul 5, 2024
commit f83c7c8b8b55d3b42ab8dc4d6ec0e6e3bbce1b6a
2 changes: 1 addition & 1 deletion spec/support/markdown_spec_formatter.rb
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ def dump_summary(notification)
attr_reader :output, :indent

def documenting_rest_only?
File.exists?(File.expand_path('../../../../../../ably-rest.gemspec', __FILE__))
File.exist?(File.expand_path('../../../../../../ably-rest.gemspec', __FILE__))
end

def example_name_and_link(notification)