Skip to content

Commit

Permalink
Fixed a typo (closes #7).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 15, 2013
1 parent 19f9327 commit 2b1b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ task :default => :spec

namespace :spec do
RSpec::Core::RakeTask.new(:yasm) do |t|
t.pattern = 'spec/program_spec.rb spec/shellcode_spec.rb'
t.pattern = %w[spec/program_spec.rb spec/shellcode_spec.rb]
t.rspec_opts = '--tag yasm'
end
end
Expand Down

0 comments on commit 2b1b77f

Please sign in to comment.