# Plugin RSpec "get" problems

**URL:** https://meta.discourse.org/t/plugin-rspec-get-problems/57256
**Category:** Development
**Created:** [February 11, 2017, 11:39pm UTC](https://meta.discourse.org/t/plugin-rspec-get-problems/57256 "2017-02-11T23:39:34Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [February 20, 2017, 2:04am UTC](https://meta.discourse.org/t/plugin-rspec-get-problems/57256/7 "2017-02-20T02:04:25Z")

</div>

You’ll need to run the plugin specs with

```
LOAD_PLUGINS=1 rspec plugins/babble/spec

```

or

```
rake plugin:spec["babble"]

```

---

_[View the full topic](https://meta.discourse.org/t/plugin-rspec-get-problems/57256)._
