Merge pull request #203 from dreamlibrarian/fix/is_function_available-ruby_c

calling rspec directly makes is_function_available.rb not pass ruby -c
This commit is contained in:
Andrew Parker 2013-12-18 10:31:39 -08:00
commit 210e3b7f6c

View file

@ -1,4 +1,4 @@
#!/usr/bin/env rspec
#!/usr/bin/env ruby -S rspec
require 'spec_helper'
describe "the is_function_available function" do