Sha256: bfaf9264a82f7ba25ce46f5858a299ba4490f6896af6a0e16fd232adf9a2c746

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 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

1 entries across 1 versions & 1 rubygems

Version Path
remarkable_rails-3.1.9 spec/remarkable_rails_spec.rb