We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09e5ae commit 30bfd5bCopy full SHA for 30bfd5b
Rakefile
@@ -37,7 +37,7 @@ RSpec::Core::RakeTask.new(:test) do |t|
37
t.rspec_opts = '--format documentation'
38
end
39
40
-desc 'valiate all the examples (comprehensive of tests)'
+desc 'validate all the examples (comprehensive set of tests)'
41
RSpec::Core::RakeTask.new(:regression) do |t|
42
t.pattern = Dir.glob('spec/serpapi/client/example/*_spec.rb')
43
@@ -68,7 +68,7 @@ task :build do
68
sh 'gem build serpapi'
69
70
71
-desc 'install serpapi library from the .gem'
+desc 'install serpapi library locally from the .gem'
72
task :install do
73
sh "gem install ./serpapi-#{SerpApi::VERSION}.gem"
74
0 commit comments