Sha256: 5f564f11bca7eab48164c88025d20fd052e2b9565153588e2462e84fb69048e8
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
require 'spec_helper' require 'helpers/projects' require 'projects/project_examples' describe "FFI Bindings project" do include Helpers::Projects before(:all) do @project = project('ffi-binding') end it_should_behave_like 'an Ore Project' it "should correctly guess the namespace" do @project.namespace.should == 'FFI::Binding' end it "should have a namespace directory" do @project.namespace_dir.should == 'ffi/binding' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ore-0.1.4 | spec/projects/ffi_binding_project_spec.rb |
ore-0.1.3 | spec/projects/ffi_binding_project_spec.rb |
ore-0.1.2 | spec/projects/ffi_binding_project_spec.rb |