Skip to content

Commit 0a3b897

Browse files
committed
add version to coverage group
1 parent 3128fa3 commit 0a3b897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
end
1818
add_group 'Models', 'lib/bandwidth-sdk/models/'
1919
add_group 'APIs', 'lib/bandwidth-sdk/api/'
20-
add_group 'Client', ['api_client.rb', 'api_error.rb', 'configuration.rb', 'bandwidth-sdk.rb']
20+
add_group 'Client', ['api_client.rb', 'api_error.rb', 'configuration.rb', 'version.rb', 'bandwidth-sdk.rb']
2121
add_group 'Tests', 'spec'
2222
end
2323

0 commit comments

Comments
 (0)