Sha256: 87fcf61e10db31505439fea4da0f82409e1ca114e3441d37b0220a78fe760775
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe 'loader' do it "should load files in the plugin folder" do defined?(MyPlugin::Matchers).should == "constant" end it "should load files in the plugin folder" do I18n.t("my_plugin_locale").should == "My plugin locale" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
remarkable_rails-3.1.7 | spec/remarkable_rails_spec.rb |
remarkable_rails-3.1.8 | spec/remarkable_rails_spec.rb |