Created
April 13, 2016 22:17
-
-
Save ChasManRors/27e2a3bbf508cec2b16ec2e3586ce96b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
vmm (Fixture_Groups_and__act_as_2)$ rspec spec/models/fixture_group_spec.rb | |
API::V1::Defaults was included by API::V1::Base | |
API::V1::Helpers was included by API::V1::Helpers | |
Run options: include {:all_clients=>true} | |
FixtureGroup | |
create_layout_for_fixture_type returns Layout | |
create_layout_for_fixture_type returns Layout using metric | |
create_compiled_background_image returns Image | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
create_compiled_icon_image method returns a BinaryFile | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
create_fixture_type returns FixtureType | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
created fixture_types have a display_name that is a concatination of its fixtures fixture_types | |
create_from_members | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
returns FixtureGroup | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
returns an associated backgroud image larger than the original image | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
returns an associated icon image larger than the original image | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
returns an associated icon that is not eq to the original icon | |
/Users/cmagid/projects/vmm/lib/swftools/png2swf: /Users/cmagid/projects/vmm/lib/swftools/png2swf: cannot execute binary file | |
dyld: Library not loaded: /usr/local/lib/libfreetype.6.dylib | |
Referenced from: /Users/cmagid/projects/vmm/lib/swftools/png2swf.osx | |
Reason: image not found | |
will not create a second FixtureType if one already exists | |
will throw an error that is easily readable when there is a problem grouping | |
is_mirrored? | |
mirrored FixtureGroup | |
retuns true if the FixtureGroup has a mirrored fixture | |
not mirrored FixtureGroup | |
retuns false if the FixtureGroup has not any mirrored fixture | |
hardware | |
fixture_group has 3 fixtures, each with identical hardware | |
should display 3 identical instances of the hardware | |
Finished in 7.21 seconds (files took 12.45 seconds to load) | |
15 examples, 0 failures | |
vmm (Fixture_Groups_and__act_as_2)$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment