diff --git a/spec/system/ruby_raider_spec.rb b/spec/system/ruby_raider_spec.rb index a1c8c74..4369d38 100644 --- a/spec/system/ruby_raider_spec.rb +++ b/spec/system/ruby_raider_spec.rb @@ -7,7 +7,8 @@ it 'runs the tests' do Dir.chdir(name) do system 'gem install bundler' - system 'bundle exec raider u raid' + system 'bundle install' + system 'raider u raid' end end end